OSDN Git Service

Ensure that an Execute operation can't send tuples in cases where
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 May 2003 21:01:04 +0000 (21:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 May 2003 21:01:04 +0000 (21:01 +0000)
commit8f6a6b7e9a48d04bc6912a968326277547dc7927
tree07035e7be43e921cfd2ea32fb37360a4d779b8d7
parent79913910d4b518a42c893b6dd459656798ffa591
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.
src/backend/tcop/pquery.c