Re: [HACKERS] Hooks - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] Hooks
Date
Msg-id CAB7nPqQUES86n=tHXJ=3fEf+4ELRp=+HEBu4pjPgqe-M2=Sx4w@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Hooks  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Hooks
List pgsql-hackers
On Wed, Dec 28, 2016 at 2:14 PM, David Fetter <david@fetter.org> wrote:
> Here's everything that matches ^\w+_hook$ that I've found so far in
> git master.  There are very likely false positives in this list.
>
> [... long list of hooks ...]
>
> Some appear to be client-side, some server-side.  I hope that no hook
> is named other than that way, and I'll do my best to check.

This list includes some of the hooks of psql used to assign a pset
variable. You had better just list the backend-side ones, or if you
want just those in src/backend/. Those are the ones that matter to
extension and plugin developers.
-- 
Michael



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Support for pg_receivexlog --format=plain|tar
Next
From: Amit Kapila
Date:
Subject: [HACKERS] parallelize queries containing subplans