pgsql: meson: Add 'running' test setup, as a replacement for installche - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: meson: Add 'running' test setup, as a replacement for installche
Date
Msg-id E1pDNEE-00296G-FB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
meson: Add 'running' test setup, as a replacement for installcheck

Do the same as 3f0e786ccbf5 for test_pg_db_role_setting.

Discussion: https://postgr.es/m/20221227065456.GU1153@telsasoft.com
Author: Pavel Borisov
Reviewed-by: Justin Pryzby, Tom Lane

Branch
------
master

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

Modified Files
--------------
src/test/modules/test_pg_db_role_setting/meson.build | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix some compiler warnings in aset.c and generation.c
Next
From: Tom Lane
Date:
Subject: pgsql: Fix calculation of which GENERATED columns need to be updated.