]> granicus.if.org Git - postgresql/commit
From: Darren King <darrenk@insightdist.com>
authorMarc G. Fournier <scrappy@hub.org>
Fri, 27 Feb 1998 19:44:51 +0000 (19:44 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 27 Feb 1998 19:44:51 +0000 (19:44 +0000)
commit794fedc73519eb1258610cb7dc63f3d31047e8d0
tree1138c12409707d66d8d4fdccd892017dc9a043f9
parent9986d9a40402bccac6030250fa74fea07b540823
From: Darren King <darrenk@insightdist.com>

Two incorrect printf formats in parser/parse_type.c.  Prolly done
by me a long time ago when I cleaned up int's and Oid's...

Format flag is really just %u, not %ud.  Harmless, but results in
"type id lookup of 25d failed" instead of only "...25 failed"
src/backend/parser/parse_type.c