]> granicus.if.org Git - postgresql/commit
Back out the session_start and session_end hooks feature.
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 16 Nov 2017 16:35:02 +0000 (11:35 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 16 Nov 2017 16:35:02 +0000 (11:35 -0500)
commit98d54bb7790d5fb0a77173d5e5e3c655901b472c
tree6959ce8a9a5dbefdc269966a37b5c0b3d36dc904
parent164d6338785b0b6c5a1ac30ee3e4b63bd77441ba
Back out the session_start and session_end hooks feature.

It's become apparent during testing that there are problems with at
least the testing regime. I don't think we should have it without a
working test regime, and the difficulties might indicate implementation
problems anyway, so I'm backing out the whole thing until that's sorted
out.

This reverts commits 7459484 9989f92 cd8ce3a
14 files changed:
src/backend/tcop/postgres.c
src/backend/utils/init/postinit.c
src/include/tcop/tcopprot.h
src/test/modules/Makefile
src/test/modules/test_session_hooks/.gitignore [deleted file]
src/test/modules/test_session_hooks/Makefile [deleted file]
src/test/modules/test_session_hooks/README [deleted file]
src/test/modules/test_session_hooks/expected/test_session_hooks.out [deleted file]
src/test/modules/test_session_hooks/session_hooks.conf [deleted file]
src/test/modules/test_session_hooks/sql/test_session_hooks.sql [deleted file]
src/test/modules/test_session_hooks/test_session_hooks--1.0.sql [deleted file]
src/test/modules/test_session_hooks/test_session_hooks.c [deleted file]
src/test/modules/test_session_hooks/test_session_hooks.control [deleted file]
src/tools/msvc/vcregress.pl