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 <[email protected]> Discussion: https://www.postgresql.org/message-id/CAExHW5vM1bneLYfg0wGeAa=52uij3z4vkd3aj72x8fw6k3k...@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(-)
