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 20191001071320.GJ2781@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Add hooks for session start and session end, take two  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Add hooks for session start and session end, take two  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
On Tue, Oct 01, 2019 at 02:22:45PM +0900, Michael Paquier wrote:
> Actually, it makes little sense to allow parallel workers to log their
> activity in the module.  So if there are no objections, I would like
> to fix that by checking after IsParallelWorker() in the hooks of the
> module.

Fixed with 002962dc, and crake has just turned back to green.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix test_session_hooks with parallel workers
Next
From: Tomas Vondra
Date:
Subject: pgsql: Optimize partial TOAST decompression