Re: [HACKERS] [PATCH] A hook for session start
Fabrízio de Royes Mello <fabriziomello@gmail.com>
From: Fabrízio de Royes Mello <fabriziomello@gmail.com>
To: Ashutosh Sharma <ashu.coek88@gmail.com>
Cc: Michael Paquier <michael.paquier@gmail.com>, Aleksandr Parfenov <a.parfenov@postgrespro.ru>,
Pgsql Hackers <pgsql-hackers@postgresql.org>, Yugo Nagata <nagata@sraoss.co.jp>,
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-11-17T12:41:46Z
Lists: pgsql-hackers
On Fri, Nov 17, 2017 at 3:33 AM, Ashutosh Sharma <ashu.coek88@gmail.com> wrote: > > On Fri, Nov 17, 2017 at 9:08 AM, Fabrízio de Royes Mello > <fabriziomello@gmail.com> wrote: > > Hi all, > > > > Attached new version of the patch fixing issues about installcheck and some > > assertions reported before (based on Michael Paquier code): > > > > The assertion failure which i reported earlier -[1] is fixed with v11 > patch. FYI, in my earlier email i wrongly mentioned that the assertion > failure is happening in bgwroker process (logical replication worker) > infact it was seen in the backend process. > I saw it in "Autovacuum Launcher", more specifically during "session end hook" so I realize that the code to check if the current backend is a client backend isn't safe so I've fixed it. > By installcheck, did you mean installcheck-force because installcheck > rule is not defined in the Makefile. > I meant to simple disable 'installcheck' because we need the shared_preload_libraries has been properly configured. But you can use 'installcheck-force' if you manually config and install the test module. Regards, -- Fabrízio de Royes Mello Consultoria/Coaching PostgreSQL >> Timbira: http://www.timbira.com.br >> Blog: http://fabriziomello.github.io >> Linkedin: http://br.linkedin.com/in/fabriziomello >> Twitter: http://twitter.com/fabriziomello >> Github: http://github.com/fabriziomello
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add hooks for session start and session end, take two
- e788bd924c19 13.0 landed