pgsql: Back out the session_start and session_end hooks feature.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Back out the session_start and session_end hooks feature.
Date: 2017-11-16 16:40:16
Message-ID: E1eFND6-0005kT-Cu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/98d54bb7790d5fb0a77173d5e5e3c655901b472c

Modified Files
--------------
src/backend/tcop/postgres.c | 6 -
src/backend/utils/init/postinit.c | 6 -
src/include/tcop/tcopprot.h | 7 --
src/test/modules/Makefile | 1 -
src/test/modules/test_session_hooks/.gitignore | 4 -
src/test/modules/test_session_hooks/Makefile | 25 ----
src/test/modules/test_session_hooks/README | 2 -
.../expected/test_session_hooks.out | 31 -----
.../modules/test_session_hooks/session_hooks.conf | 2 -
.../test_session_hooks/sql/test_session_hooks.sql | 12 --
.../test_session_hooks/test_session_hooks--1.0.sql | 4 -
.../test_session_hooks/test_session_hooks.c | 134 ---------------------
.../test_session_hooks/test_session_hooks.control | 3 -
src/tools/msvc/vcregress.pl | 2 -
14 files changed, 239 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2017-11-16 17:00:31 Re: pgsql: Add hooks for session start and session end
Previous Message Andrew Dunstan 2017-11-16 16:21:11 Re: pgsql: Disable installcheck tests for test_session_hooks