pgsql: Remove extra regress check arguments from test_pg_db_role_settin - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Remove extra regress check arguments from test_pg_db_role_settin
Date
Msg-id E1pDNEE-00296H-Fx@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove extra regress check arguments from test_pg_db_role_setting

They were accidentally copied from test_oat_hooks.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20230102154240.GL1153%40telsasoft.com
Reviewed-by: Pavel Borisov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/529da086ba7ff8475e469290210ce944ad30975a

Modified Files
--------------
src/test/modules/test_pg_db_role_setting/Makefile    | 3 ---
src/test/modules/test_pg_db_role_setting/meson.build | 1 -
2 files changed, 4 deletions(-)


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.