On 12/14/2012 04:23 PM, Peter Eisentraut wrote:
On 12/14/12 11:33 AM, Tom Lane wrote:Works for me. So just rename that to Assert() and move it into postgres-fe.h?Or just call assert() and don't invent our own layer?
Well, part of the point is that it lets you use Assert() in code that might be run in both the frontend and the backend.
cheers andrew -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
