Re: Hooks for session start and end, take two
Fabrízio de Royes Mello <fabriziomello@gmail.com>
From: Fabrízio de Royes Mello <fabriziomello@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: Michael Paquier <michael@paquier.xyz>,
Fujii Masao <masao.fujii@gmail.com>, legrand legrand <legrand_legrand@hotmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@2ndquadrant.com>,
Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2019-10-03T14:19:58Z
Lists: pgsql-hackers
On Thu, Oct 3, 2019 at 1:35 AM Andres Freund <andres@anarazel.de> wrote: > > [...] > > In this state I think this patch should be flat out rejected. > Ok. > I'm seriously baffled at how this stuff is being pursued aggressively, > quite apparently without any serious design considerations. I mean this > stuff had to be backed out twice, yet it's being reproposed without much > consideration for concerns? > And what if (again) for the first version of session start hook we do it just for: - client backends - background workers For sure we'll need new design, but for now I'm can't imagine a use case for sessions different than listed above. Regards, -- Fabrízio de Royes Mello Timbira - http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento
Commits
-
Add hooks for session start and session end, take two
- e788bd924c19 13.0 landed