pgsql: Fix concurrrently in typcache_rel_type_cache.sql

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix concurrrently in typcache_rel_type_cache.sql
Date: 2024-10-25 10:12:22
Message-ID: E1t4HIs-002Mkt-OW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-10-25 11:56:36 Re: pgsql: Implement pg_wal_replay_wait() stored procedure
Previous Message Amit Kapila 2024-10-25 08:52:57 pgsql: Doc: Add a caution in alter publication.