Re: split builtins.h to quote.h - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: split builtins.h to quote.h
Date
Msg-id 20141107205527.GS1791@alvin.alvh.no-ip.org
Whole thread Raw
In response to Re: split builtins.h to quote.h  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: split builtins.h to quote.h  (Robert Haas <robertmhaas@gmail.com>)
Re: split builtins.h to quote.h  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Michael Paquier wrote:
> On Fri, Nov 7, 2014 at 2:31 AM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:

> > I thought the consensus was that the SQL-callable function declarations
> > should remain in builtins.h -- mainly so that quote.h does not need to
> > include fmgr.h.
> Moving everything to quote.h is done in-line with what Tom and Robert
> suggested, builtins.h being a refuge for function declarations that
> have nowhere else to go. Suggestion from here:
> http://www.postgresql.org/message-id/CA+TgmoZF3dkpTuA6Ex6gXLnnd-nMS-fBjCXRoiTwFfH-+6yBQQ@mail.gmail.com

Did you miss this one?
http://www.postgresql.org/message-id/31728.1413209460@sss.pgh.pa.us

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: B-Tree index builds, CLUSTER, and sortsupport
Next
From: Robert Haas
Date:
Subject: Re: Doing better at HINTing an appropriate column within errorMissingColumn()