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 20141106173125.GJ1791@alvin.alvh.no-ip.org
Whole thread Raw
In response to Re: split builtins.h to quote.h  (Julien Rouhaud <julien.rouhaud@dalibo.com>)
Responses Re: split builtins.h to quote.h  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Julien Rouhaud wrote:

> I just reviewed this patch :
> 
> * applies cleanly to master(d2b8a2c7)
> * all regression tests pass
> 
> As it's only moving functions from builtins.h to quote.h and update
> impacted files, nothing special to add.
> 
> It will probably break some user extensions using quote_* functions.
> Otherwise it looks ready to commit.

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.

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



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Tweaking Foreign Keys for larger tables
Next
From: David G Johnston
Date:
Subject: Re: Tweaking Foreign Keys for larger tables