Thread: pgsql: Fix TupleQueueReaderNext not to ignore its nowait argument.

pgsql: Fix TupleQueueReaderNext not to ignore its nowait argument.

From
Robert Haas
Date:
Fix TupleQueueReaderNext not to ignore its nowait argument.

This was a silly goof on my (rhaas's) part.

Report and fix by Rushabh Lathia.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2bdfcb52c5d1446a1f19cc8bf16d44911658bcac

Modified Files
--------------
src/backend/executor/tqueue.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)