pgsql: Allow meson builds to run test_pg_dump test in installcheck mode

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Allow meson builds to run test_pg_dump test in installcheck mode
Date: 2024-09-24 03:40:34
Message-ID: E1sswPi-000d11-Co@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow meson builds to run test_pg_dump test in installcheck mode.

This had been disabled because the test "doesn't delete its user".
It doesn't seem like a great idea for the meson tests to act
differently from the makefile tests, though, and the makefiles
had no such exception (which is how come only copperhead noticed
the problem just fixed in 534287403). In any case, the premise
is false since 936e3fa37, so let's remove the restriction.

Discussion: https://postgr.es/m/2857513.1713733688@sss.pgh.pa.us

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f663f4daf075b75268579c9a19d79de81b18c67b
Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>

Modified Files
--------------
src/test/modules/test_pg_dump/meson.build | 2 --
1 file changed, 2 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-09-24 06:04:21 pgsql: Add ONLY support for VACUUM and ANALYZE
Previous Message Michael Paquier 2024-09-24 03:12:16 pgsql: Drop global objects after completed test