1
0
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:
Fujii Masao
2024-07-24 20:54:51 +09:00
parent 3dd637f3d5
commit 97f2bc5aa5
4 changed files with 160 additions and 1 deletions

View File

@ -50,6 +50,7 @@ tests += {
'user_activity',
'wal',
'entry_timestamp',
'privileges',
'cleanup',
'oldextversions',
],