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)
commit4043755bfaa5e735231e206c7c0e6b733b190268
treeba5df5e9ae938f717d2ab099daa645fffbb9eb8c
parent0dd4ca348e7bf03f03569d5e5388eaa2f475979c
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