test: explain verbose reveals query identifier

This also requires enabling shared_preload_libraries=pg_stat_statements.
Really we only need compute_query_id=on, but pg_stat_statements is
useful for other tests and it already enables compute_query_id (since
it's `auto` by default).
This commit is contained in:
steve-chavez
2026-06-06 06:47:33 -05:00
committed by Steve Chavez
parent cb6fc55a2d
commit ad790baefb
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ let
autovacuum = false
listen_addresses = ''
log_statement = all
shared_preload_libraries=pg_stat_statements
";
in
checkedShellScript