Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix portal management code to support non-default command
Date
Msg-id 20070218194925.63AD19FB3D0@postgresql.org
Whole thread Raw
List 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.

Modified Files:
--------------
    pgsql/src/backend/tcop:
        pquery.c (r1.112 -> r1.113)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/pquery.c.diff?r1=1.112&r2=1.113)

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Better fix for determining minimum and maximum int64 values that
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix portal management code to support non-default command