Re: Assert for frontend programs? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Assert for frontend programs?
Date
Msg-id 1355801859.30875.1.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: Assert for frontend programs?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
cpluspluscheck is having issues with this change:

In file included from /tmp/cpluspluscheck.QEdLaR/test.cpp:3:0:
./src/include/postgres_fe.h:34:0: warning: "Assert" redefined [enabled by default]
In file included from /tmp/cpluspluscheck.QEdLaR/test.cpp:2:0:
src/include/postgres.h:673:0: note: this is the location of the previous definition

This probably rather an issue with how cpluspluscheck is set up, since
including both postgres.h and postgres_fe.h is not useful.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Parser Cruft in gram.y
Next
From: Peter Eisentraut
Date:
Subject: Re: Doc patch, put RAISE USING keywords into a table