diff options
author | Andres Freund | 2023-01-17 21:49:09 +0000 |
---|---|---|
committer | Andres Freund | 2023-01-17 21:49:09 +0000 |
commit | 27da598961ce443e9010c19085d17dc2b6a04d56 (patch) | |
tree | 0351039a451d7e49f7d3a627a7496b652f2f6377 /src | |
parent | 3a36ca03e423ad1e2c9f19cd0da5e7dedb48734e (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/test/modules/unsafe_tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/modules/unsafe_tests/meson.build b/src/test/modules/unsafe_tests/meson.build index 8a8062e457..304f0ed61a 100644 --- a/src/test/modules/unsafe_tests/meson.build +++ b/src/test/modules/unsafe_tests/meson.build @@ -8,6 +8,7 @@ tests += { 'sql': [ 'rolenames', 'alter_system_table', + 'guc_privs', ], }, } |