mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 09:42:54 -05:00
%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 |
||
|---|---|---|
| .. | ||
| analyze.c | ||
| catalog_utils.c | ||
| dbcommands.c | ||
| gram.y | ||
| keywords.c | ||
| Makefile | ||
| parse_query.c | ||
| parser.c | ||
| scan.l | ||
| scansup.c | ||
| sysfunc.c | ||