]> 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:42 +0000 (19:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Feb 2007 19:49:42 +0000 (19:49 +0000)
commit34f92d2c7786100dd0646bda6fd4ae50f2d37428
treec7fc44dab7c2d6f52bdbae421f21c306eb1349cf
parent0652254108dc6607e26a200b7fcc06cfb932357d
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