I have this annoying habit (among others) of putting

Bruce Momjian <bruce@momjian.us>

Commit: 28a08fd4acca2e6968aa00b6cf630e90a5397d7b
Author: Bruce Momjian <bruce@momjian.us>
Date: 1996-12-26T17:47:42Z
Releases: 7.1.1
I have this annoying habit (among others) of putting
%ud in a printf format strings instead of just %u.

There were three occurances of this in catalog_utils.c,
two in parser.c and one in rewriteSupport.c in the oid
patch that I submitted and was applied.  They won't crash
anything, but the error messages will have a 'd' after the
Oid.  Annoying, but none are db-threatening.

Sorry about that folks...I'll be more careful in the future...

Darren King

Files

PathChange+/−
src/backend/nodes/outfuncs.c modified +26 −26
src/backend/parser/catalog_utils.c modified +4 −4
src/backend/parser/parser.c modified +3 −3