Skip to content

Commit d7f4cae

Browse files
committed
Merge chore/REL1_6_STABLE/msvcflow into REL1_6_STABLE
Merges PR #532.
2 parents bb36661 + ceacc9a commit d7f4cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pljava-so/src/main/c/Function.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ Type Function_checkTypeBaseUDT(Oid typeId, Form_pg_type typeStruct)
692692
ereport(ERROR, (errmsg(
693693
"PL/Java UDT with oid %u declares input/output/send/recv functions "
694694
"in more than one class", typeId)));
695+
pg_unreachable(); /* MSVC otherwise is not convinced */
695696
}
696697

697698
static Function Function_create(

0 commit comments

Comments
 (0)