]> granicus.if.org Git - postgresql/commit
Fix portal management code to support non-default command completion tags for
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Feb 2007 19:49:49 +0000 (19:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Feb 2007 19:49:49 +0000 (19:49 +0000)
commit59a5f8bb18995a3daa109f70b7616a491b6523d2
tree993bbbd9fda400698550c5580abc297484c9b32a
parentbcac5703ece2264a260c6a167da69dfe537a0ec2
Fix portal management code to support non-default command completion tags for
portals using PORTAL_UTIL_SELECT strategy.  This is currently significant only
for FETCH queries, which are supposed to include a count in the tag.  Seems
it's been broken since 7.4, but nobody noticed before Knut Lehre.
src/backend/tcop/pquery.c