We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb36661 + ceacc9a commit d7f4caeCopy full SHA for d7f4cae
1 file changed
pljava-so/src/main/c/Function.c
@@ -692,6 +692,7 @@ Type Function_checkTypeBaseUDT(Oid typeId, Form_pg_type typeStruct)
692
ereport(ERROR, (errmsg(
693
"PL/Java UDT with oid %u declares input/output/send/recv functions "
694
"in more than one class", typeId)));
695
+ pg_unreachable(); /* MSVC otherwise is not convinced */
696
}
697
698
static Function Function_create(
0 commit comments