Re: Hooks

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Hooks
Date: 2016-12-28 06:07:52
Message-ID: CAB7nPqQUES86n=tHXJ=3fEf+4ELRp=+HEBu4pjPgqe-M2=Sx4w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Dec 28, 2016 at 2:14 PM, David Fetter <david(at)fetter(dot)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

In response to

  • Re: Hooks at 2016-12-28 05:14:35 from David Fetter

Responses

  • Re: Hooks at 2016-12-28 15:25:00 from David Fetter

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2016-12-28 06:17:59 parallelize queries containing subplans
Previous Message Michael Paquier 2016-12-28 05:58:27 Re: Support for pg_receivexlog --format=plain|tar