Back out the session_start and session_end hooks feature.
Andrew Dunstan <andrew@dunslane.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/tcop/postgres.c | modified | +0 −6 |
| src/backend/utils/init/postinit.c | modified | +0 −6 |
| src/include/tcop/tcopprot.h | modified | +0 −7 |
| src/test/modules/Makefile | modified | +0 −1 |
| src/test/modules/test_session_hooks/expected/test_session_hooks.out | deleted | +0 −31 |
| src/test/modules/test_session_hooks/.gitignore | deleted | +0 −4 |
| src/test/modules/test_session_hooks/Makefile | deleted | +0 −25 |
| src/test/modules/test_session_hooks/README | deleted | +0 −2 |
| src/test/modules/test_session_hooks/session_hooks.conf | deleted | +0 −2 |
| src/test/modules/test_session_hooks/sql/test_session_hooks.sql | deleted | +0 −12 |
| src/test/modules/test_session_hooks/test_session_hooks--1.0.sql | deleted | +0 −4 |
| src/test/modules/test_session_hooks/test_session_hooks.c | deleted | +0 −134 |
| src/test/modules/test_session_hooks/test_session_hooks.control | deleted | +0 −3 |
| src/tools/msvc/vcregress.pl | modified | +0 −2 |