pgsql: Add a dummy return statement to TupleQueueRemap. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add a dummy return statement to TupleQueueRemap.
Date
Msg-id E1Zvogg-0001sp-1R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add a dummy return statement to TupleQueueRemap.

This is unreachable for multiple reasons, but per Amit Kapila the
Windows compiler he is using still thinks we can get there.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/89ff5c7f7512a919e76407b4f8269e5b0b39dd2b

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Translation updates
Next
From: Robert Haas
Date:
Subject: pgsql: Fix rebasing mistake in nodeGather.c