Fix a dozen or so places that were passing unpredictable data strings
Tom Lane <tgl@sss.pgh.pa.us>
Fix a dozen or so places that were passing unpredictable data strings as elog format strings. Hai-Chen Tu pointed out the problem in contrib/dbmirror, but it wasn't the only such error.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/cube/cubeparse.y | modified | +1 −1 |
| contrib/dbmirror/pending.c | modified | +7 −7 |
| contrib/rserv/rserv.c | modified | +3 −3 |
| contrib/seg/segparse.y | modified | +2 −2 |
| src/pl/plpython/plpython.c | modified | +2 −2 |
| src/pl/tcl/pltcl.c | modified | +2 −2 |