mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
pg_stat_statements: Add regression test for privilege handling.
This commit adds a regression test to verify that pg_stat_statements correctly handles privileges, improving its test coverage. Author: Keisuke Kuroda Reviewed-by: Michael Paquier, Fujii Masao Discussion: https://postgr.es/m/2224ccf2e12c41ccb81702ef3303d5ac@nttcom.co.jp
This commit is contained in:
@ -50,6 +50,7 @@ tests += {
|
||||
'user_activity',
|
||||
'wal',
|
||||
'entry_timestamp',
|
||||
'privileges',
|
||||
'cleanup',
|
||||
'oldextversions',
|
||||
],
|
||||
|
Reference in New Issue
Block a user