Re: [PATCH] A hook for session start
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Fabrízio Mello <fabriziomello@gmail.com>
Cc: Aleksandr Parfenov <a.parfenov@postgrespro.ru>,
Pgsql Hackers <pgsql-hackers@postgresql.org>, Yugo Nagata <nagata@sraoss.co.jp>
Date: 2017-11-11T08:48:42Z
Lists: pgsql-hackers
On Sat, Nov 11, 2017 at 12:49 AM, Fabrízio de Royes Mello
<fabriziomello@gmail.com> wrote:
> New version attached.
Thanks.
+++ b/src/test/modules/Makefile
test_extensions \
+ test_session_hooks \
test_parser
Better if that's in alphabetical order.
That's a nit though, so I am switching the patch as ready for committer.
--
Michael
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