pgsql-server/src/backend/tcop pquery.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/tcop pquery.c
Date
Msg-id 20030506210105.34713474E42@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/05/06 17:01:05

Modified files:
    src/backend/tcop: pquery.c

Log message:
    Ensure that an Execute operation can't send tuples in cases where
    Describe would claim that no tuples will be returned.  Only affects
    SELECTs added to non-SELECT base queries by rewrite rules.  If you
    want to see the output of such a select, you gotta use 'simple Query'
    protocol.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src backend/access/common/printtu ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/ oc/src/sgml/protocol.sgml rc/bac ...