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
This commit is contained in:
Andres Freund 2023-01-17 13:49:09 -08:00
parent 3a36ca03e4
commit 27da598961
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ tests += {
'regress': {
'sql': [
'pg_stat_statements',
'oldextversions',
],
'regress_args': ['--temp-config', files('pg_stat_statements.conf')],
# Disabled because these tests require

View File

@ -8,6 +8,7 @@ tests += {
'sql': [
'rolenames',
'alter_system_table',
'guc_privs',
],
},
}