Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdd9f7 commit 529da08Copy full SHA for 529da08
src/test/modules/test_pg_db_role_setting/Makefile
@@ -13,9 +13,6 @@ REGRESS = test_pg_db_role_setting
13
14
# disable installcheck for now
15
NO_INSTALLCHECK = 1
16
-# and also for now force NO_LOCALE and UTF8
17
-ENCODING = UTF8
18
-NO_LOCALE = 1
19
20
ifdef USE_PGXS
21
PG_CONFIG = pg_config
src/test/modules/test_pg_db_role_setting/meson.build
@@ -32,7 +32,6 @@ tests += {
32
'sql': [
33
'test_pg_db_role_setting',
34
],
35
- 'regress_args': ['--no-locale', '--encoding=UTF8'],
36
'runningcheck': false,
37
},
38
}
0 commit comments