Andrew Dunstan <andrew@dunslane.net> writes:
> What I'm thinking of doing is to set up something like:
> #define PG_PRINTF_CHECK __printf__
BTW, gcc 2.95.3 documents "printf", and not "__printf__".
Suggest not including the underscores, since that's apparently a
johnny-come-lately spelling. It's not like any of this construct
is even faintly portable to non-gcc compilers anyway ...
regards, tom lane