]> 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:25 +0000 (19:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Feb 2007 19:49:25 +0000 (19:49 +0000)
commitf1f2b2711a4c91064a5e64def9816c11f1bd4276
tree32e7f3aefc88d677daf2c7fd745b6ab44c034b18
parentaa728d5f4b18e23eeb27f12acc9c44b441fc5986
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