Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 529da08

Browse files
committed
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
1 parent afdd9f7 commit 529da08

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/test/modules/test_pg_db_role_setting/Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ REGRESS = test_pg_db_role_setting
1313

1414
# disable installcheck for now
1515
NO_INSTALLCHECK = 1
16-
# and also for now force NO_LOCALE and UTF8
17-
ENCODING = UTF8
18-
NO_LOCALE = 1
1916

2017
ifdef USE_PGXS
2118
PG_CONFIG = pg_config

src/test/modules/test_pg_db_role_setting/meson.build

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ tests += {
3232
'sql': [
3333
'test_pg_db_role_setting',
3434
],
35-
'regress_args': ['--no-locale', '--encoding=UTF8'],
3635
'runningcheck': false,
3736
},
3837
}

0 commit comments

Comments
 (0)