pgsql: Test pg_stat_statements across crash restart - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Test pg_stat_statements across crash restart
Date
Msg-id E1w8FMV-002b2N-03@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Test pg_stat_statements across crash restart

Add 'pg_stat_statements' to the crash restart test, to test that
shared memory and LWLock initialization works across crash restart in
a library listed in shared_preload_libraries. We had no test coverage
for that.

Reviewed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Discussion: https://www.postgresql.org/message-id/CAExHW5vM1bneLYfg0wGeAa=52UiJ3z4vKd3AJ72X8Fw6k3KKrg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/148fe2b05df592f5bca575b4e5e8a4253ea5a3ce

Modified Files
--------------
src/test/recovery/t/013_crash_restart.pl | 33 ++++++++++++++++++++++++++++----
1 file changed, 29 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Doc: Fix oversight in commit 55cefadde8.
Next
From: Tomas Vondra
Date:
Subject: pgsql: jit: Change the default to off.