pgsql: Fix concurrrently in typcache_rel_type_cache.sql - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix concurrrently in typcache_rel_type_cache.sql
Date
Msg-id E1t4HIs-002Mkt-OW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix concurrrently in typcache_rel_type_cache.sql

All injection points there must be local.  Otherwise it affects parallel
tests.

Reported-by: Andres Freund
Discussion: https://postgr.es/m/b3ybc66l6lhmtzj2n7ypumz5yjz7njc46sddsqshdtstgj74ah%40qgtn6nzokj6a

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/aa1e898dea666629bb5314fd25445545b9eb7b27

Modified Files
--------------
src/test/modules/typcache/expected/typcache_rel_type_cache.out | 7 +++++++
src/test/modules/typcache/sql/typcache_rel_type_cache.sql      | 3 +++
2 files changed, 10 insertions(+)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Doc: Add a caution in alter publication.
Next
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Implement pg_wal_replay_wait() stored procedure