]> granicus.if.org Git - postgresql/commit
Add a dummy return statement to TupleQueueRemap.
authorRobert Haas <rhaas@postgresql.org>
Mon, 9 Nov 2015 15:45:32 +0000 (10:45 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 9 Nov 2015 15:45:32 +0000 (10:45 -0500)
commit89ff5c7f7512a919e76407b4f8269e5b0b39dd2b
treeec9f2ce3093107f9f91d1a4f9bf086a174058175
parentc31f1dc55992bc8b2c35c0ff99795547d4df323a
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.
src/backend/executor/tqueue.c