Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 89ff5c7

Browse filesBrowse files
committed
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.
1 parent c31f1dc commit 89ff5c7
Copy full SHA for 89ff5c7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎src/backend/executor/tqueue.c

Copy file name to clipboardExpand all lines: src/backend/executor/tqueue.c
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ TupleQueueRemap(TupleQueueReader *reader, RemapClass remapclass, Datum value)
659659
}
660660

661661
elog(ERROR, "unknown remap class: %d", (int) remapclass);
662+
return (Datum) 0;
662663
}
663664

664665
/*

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.