Re: [HACKERS] MERGE SQL Statement for PG11 - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [HACKERS] MERGE SQL Statement for PG11
Date
Msg-id 20180405160711.i3lv3ezpo6wuts7c@alvherre.pgsql
Whole thread Raw
In response to Re: [HACKERS] MERGE SQL Statement for PG11  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: [HACKERS] MERGE SQL Statement for PG11  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
Simon Riggs wrote:
> On 5 April 2018 at 16:09, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
> > Quick item: parse_clause.h fails cpluspluscheck because it has a C++
> > keyword as a function argument name:
> >
> > ./src/include/parser/parse_clause.h:26:14: error: expected ‘,’ or ‘...’ before ‘namespace’
> >        List **namespace);
> >               ^~~~~~~~~
> 
> How's this as a fix?

WFM

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


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [HACKERS] MERGE SQL Statement for PG11
Next
From: David Steele
Date:
Subject: Re: PATCH: Configurable file mode mask