pgsql: Fix TupleQueueReaderNext not to ignore its nowait argument.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix TupleQueueReaderNext not to ignore its nowait argument.
Date: 2015-12-18 17:41:07
Message-ID: E1a9z1f-0002r3-Ja@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-12-18 17:44:22 pgsql: Remove duplicate word.
Previous Message Robert Haas 2015-12-18 17:24:59 pgsql: Fix copy-and-paste error in logical decoding callback.