Fix a minor bug in outfuncs support for SetOp: dupOperators is an array

Neil Conway <neilc@samurai.com>

Commit: 6d389bfd26b29885efac635e7cf9c4185a16e1e7
Author: Neil Conway <neilc@samurai.com>
Date: 2008-01-07T21:33:10Z
Releases: 8.3.0
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".

Files

PathChange+/−
src/backend/nodes/outfuncs.c modified +2 −2