pgsql: Add a dummy return statement to TupleQueueRemap.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a dummy return statement to TupleQueueRemap.
Date: 2015-11-09 15:48:54
Message-ID: E1Zvogg-0001sp-1R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-11-09 15:54:03 pgsql: Fix rebasing mistake in nodeGather.c
Previous Message Robert Haas 2015-11-09 15:44:57 Re: [COMMITTERS] pgsql: Modify tqueue infrastructure to support transient record types.