Fix a minor bug in outfuncs support for SetOp: dupOperators is an array
authorNeil Conway <neilc@samurai.com>
Mon, 7 Jan 2008 21:33:10 +0000 (21:33 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 7 Jan 2008 21:33:10 +0000 (21:33 +0000)
commit6d389bfd26b29885efac635e7cf9c4185a16e1e7
treecd2e916c297244e5f937c7afb4f66e5137896a38
parent593589077574def064970afe445261fa871c6bd3
Fix a minor bug in outfuncs support for SetOp: dupOperators is an array
of Oid, and therefore should use the "%u" escape sequence rather than "%d".
src/backend/nodes/outfuncs.c