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

From Simon Riggs
Subject Re: [HACKERS] MERGE SQL Statement for PG11
Date
Msg-id CANP8+jKDYALR=3aH7rY-YirqcZS8JXReYpJQN0cgggaU3_9PFw@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] MERGE SQL Statement for PG11  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: [HACKERS] MERGE SQL Statement for PG11  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
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?

--
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] Logical decoding of TRUNCATE
Next
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] MERGE SQL Statement for PG11