1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-08 07:21:33 +03:00

Add missing subscription TAP test for meson

033_run_as_table_owner was missing from the list of subscription tests
to run under meson, so add it.

Oversight in 4826759.

Author: Hayato Kuroda
Discussion: https://postgr.es/m/TYAPR01MB58668F4D85A9A122A158F442F55BA@TYAPR01MB5866.jpnprd01.prod.outlook.com
This commit is contained in:
Michael Paquier 2023-06-15 17:27:21 +09:00
parent a54fc892ad
commit ac68323a87

View File

@ -39,6 +39,7 @@ tests += {
't/030_origin.pl', 't/030_origin.pl',
't/031_column_list.pl', 't/031_column_list.pl',
't/032_subscribe_use_index.pl', 't/032_subscribe_use_index.pl',
't/033_run_as_table_owner.pl',
't/100_bugs.pl', 't/100_bugs.pl',
], ],
}, },