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:
committed by
Steve Chavez
parent
cb6fc55a2d
commit
ad790baefb
@@ -19,6 +19,7 @@ let
|
||||
autovacuum = false
|
||||
listen_addresses = ''
|
||||
log_statement = all
|
||||
shared_preload_libraries=pg_stat_statements
|
||||
";
|
||||
in
|
||||
checkedShellScript
|
||||
|
||||
Reference in New Issue
Block a user