pgsql: Avoid 037_invalid_database.pl hang under debug_discard_caches. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Avoid 037_invalid_database.pl hang under debug_discard_caches.
Date
Msg-id E1suJVV-001DKo-MQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Avoid 037_invalid_database.pl hang under debug_discard_caches.

Back-patch to v12 (all supported versions).

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4aad471688993d3f6cfb8afa8b3af52b2fbdc7a3

Modified Files
--------------
src/test/recovery/t/037_invalid_database.pl | 25 +++++++++++++++++--------
1 file changed, 17 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: doc: Note that CREATE MATERIALIZED VIEW restricts search_path.
Next
From: Tom Lane
Date:
Subject: pgsql: In passwordFromFile, don't leak the open file after stat failure