]> granicus.if.org Git - postgresql/commit
Fix TupleQueueReaderNext not to ignore its nowait argument.
authorRobert Haas <rhaas@postgresql.org>
Fri, 18 Dec 2015 17:37:43 +0000 (12:37 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 18 Dec 2015 17:37:43 +0000 (12:37 -0500)
commit2bdfcb52c5d1446a1f19cc8bf16d44911658bcac
tree7eb36e2cf009e6edbe867866a1a2f1793a500a84
parent4496226782c47e78b428babbcc16dec4f7329f2b
Fix TupleQueueReaderNext not to ignore its nowait argument.

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

Report and fix by Rushabh Lathia.
src/backend/executor/tqueue.c