Re: pgsql: Add hooks for session start and session end, take two - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Add hooks for session start and session end, take two
Date
Msg-id 20191002051424.GC3130@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Add hooks for session start and session end, take two  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: pgsql: Add hooks for session start and session end, take two
List pgsql-committers
On Wed, Oct 02, 2019 at 01:27:50PM +0900, Fujii Masao wrote:
> If only session end hook is problematic, you will commit session start
> hook again?

Sure, it would be possible to cut the apple in half here.  Now my
understanding was that both hooks were a set.  What do people think?

Note that to make the stuff complete it is still required to pass down
--create-user to REGRESS_OPTS of the test module's Makefile to avoid
regression test failures with Windows machines because of unmatching
HBA entries.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pgsql: Add hooks for session start and session end, take two
Next
From: Stephen Frost
Date:
Subject: Re: pgsql: Make crash recovery ignore recovery target settings.