I have this annoying habit (among others) of putting
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |