pgsql: Avoid 037_invalid_database.pl hang under debug_discard_caches.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Avoid 037_invalid_database.pl hang under debug_discard_caches.
Date: 2024-09-27 22:32:14
Message-ID: E1suJVV-001DKu-NL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid 037_invalid_database.pl hang under debug_discard_caches.

Back-patch to v12 (all supported versions).

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7f90b727422bde6308fd22b7fb0aef48255fd6db

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

Browse pgsql-committers by date

  From Date Subject
Previous Message Nathan Bossart 2024-09-27 21:22:19 pgsql: doc: Note that CREATE MATERIALIZED VIEW restricts search_path.