Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 27da598

Browse filesBrowse files
committed
meson: Add two missing regress tests
It's likely worth adding some automated way of preventing further omissions. We're discussing how to best do that. Reported-by: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://postgr.es/m/20230117173509.GV9837@telsasoft.com
1 parent 3a36ca0 commit 27da598
Copy full SHA for 27da598

File tree

Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed

‎contrib/pg_stat_statements/meson.build

Copy file name to clipboardExpand all lines: contrib/pg_stat_statements/meson.build
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ tests += {
4141
'regress': {
4242
'sql': [
4343
'pg_stat_statements',
44+
'oldextversions',
4445
],
4546
'regress_args': ['--temp-config', files('pg_stat_statements.conf')],
4647
# Disabled because these tests require

‎src/test/modules/unsafe_tests/meson.build

Copy file name to clipboardExpand all lines: src/test/modules/unsafe_tests/meson.build
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tests += {
88
'sql': [
99
'rolenames',
1010
'alter_system_table',
11+
'guc_privs',
1112
],
1213
},
1314
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.