Add a dummy return statement to TupleQueueRemap.

Robert Haas <rhaas@postgresql.org>

Commit: 89ff5c7f7512a919e76407b4f8269e5b0b39dd2b
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-11-09T15:45:32Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/backend/executor/tqueue.c modified +1 −0