On Tue, May 11, 2010 at 1:34 PM, Peter Eisentraut <pete...@gmx.net> wrote:
> src/tools/pginclude/cpluspluscheck says:
>
> ./utils/rbtree.h:21: error: expected ‘,’ or ‘...’ before ‘new’
>
> Can we rename the "new" to something like "new_whateveritis"?  And what
> is it? :-)

It's a new value of some kind to be logically "appended" to a list of
existing values.  Details depend on the type of data the caller is
storing in the rbtree.  Trivial fix committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to