Re: pgsql: BRIN: Block Range Indexes - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: BRIN: Block Range Indexes
Date
Msg-id 545D6A62.7020606@gmx.net
Whole thread Raw
In response to pgsql: BRIN: Block Range Indexes  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-committers
This fails cplusplucheck:

./src/include/access/brin_xlog.h:79:17: error: expected unqualified-id
before ‘new’

"new" is a reserved word in C++, so you can't have it in a header file.



pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Introduce custom path and scan providers.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Update pg_receivexlog note