Magnus Hagander <magnus@hagander.net> writes:
> Then, it may be just me, but I find code like this:
> ! sqllogFile = fopen(strcat(filename, ".sql"), "a");
> very hard to read.
Such coding should be rejected out of hand anyway --- can you say
"buffer overrun"?
regards, tom lane