pgsql-server/ ontrib/cube/Tag: ontrib/cube/REL ...

Started by Tom Laneover 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 02/11/22 11:25:55

Modified files:
contrib/cube : Tag: REL7_3_STABLE cubeparse.y
contrib/dbmirror: Tag: REL7_3_STABLE pending.c
contrib/rserv : Tag: REL7_3_STABLE rserv.c
contrib/seg : Tag: REL7_3_STABLE segparse.y
src/pl/plpython: Tag: REL7_3_STABLE plpython.c
src/pl/tcl : Tag: REL7_3_STABLE pltcl.c

Log message:
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.