Peter Smith <[email protected]> writes: > I couldn't think of a reason why the "; " string needed to be > separated from the rest of the message like that. And when you combine > the strings, the logic easily collapses into a single statement with > less code and greater readability.
... and, probably, less ability of the compiler to verify that the
variadic arguments match the format string. I think you've taken
this a bit too far.
regards, tom lane
