pgsql: Fix portal management code to support non-default command

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix portal management code to support non-default command
Date: 2007-02-18 19:49:49
Message-ID: 20070218194949.BF8AF9FB413@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/tcop:
pquery.c (r1.73.2.1 -> r1.73.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/pquery.c.diff?r1=1.73.2.1&r2=1.73.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-02-19 02:23:12 pgsql: Put function expressions and values lists into FunctionScan and
Previous Message Tom Lane 2007-02-18 19:49:42 pgsql: Fix portal management code to support non-default command