Clean up ecpg's use of mmerror(): const-ify the format argument, add an

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b5c838e170e8fd138baf6938db472e448b200fed
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-06-03T20:24:51Z
Releases: 8.4.0
Clean up ecpg's use of mmerror(): const-ify the format argument, add an
__attribute__() marker so that gcc can validate the format string against
the actual arguments, get rid of overcomplicated and unsafe usage in
base_yyerror().

Files