Alvaro Herrera <[email protected]> writes:
> Move Assert() definitions to c.h

This seems a bit odd.  Why didn't you move all of postgres.h's section 3
into the new section in c.h?  The couple of declarations you left there
are neither useful nor intelligible on their own.

Also, I think there's a typo here:

+#else /* USE_ASSERT_CHECKING && FRONTEND */

Should be

+#else /* USE_ASSERT_CHECKING && !FRONTEND */

no?

                        regards, tom lane


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to