]> 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:35 +0000 (19:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Feb 2007 19:49:35 +0000 (19:49 +0000)
commit355451be0ee862a93d9a8e253971b380eadc9901
tree52c5b5bba6974d688c229eafb96b12d5c9a42a91
parent0990afb8e288c9107e4eac4cb7a3cc41da65b331
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