postgresql/src/backend/tcop
Tom Lane 8f6a6b7e9a 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.
2003-05-06 21:01:04 +00:00
..
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
dest.c Restructure command destination handling so that we pass around 2003-05-06 20:26:28 +00:00
fastpath.c Extended query protocol: parse, bind, execute, describe FE/BE messages. 2003-05-05 00:44:56 +00:00
postgres.c Restructure command destination handling so that we pass around 2003-05-06 20:26:28 +00:00
pquery.c Ensure that an Execute operation can't send tuples in cases where 2003-05-06 21:01:04 +00:00
utility.c Restructure command destination handling so that we pass around 2003-05-06 20:26:28 +00:00