Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pljava-so/src/main/c/Function.c
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ Type Function_checkTypeBaseUDT(Oid typeId, Form_pg_type typeStruct)
ereport(ERROR, (errmsg(
"PL/Java UDT with oid %u declares input/output/send/recv functions "
"in more than one class", typeId)));
pg_unreachable(); /* MSVC otherwise is not convinced */
}

static Function Function_create(
Expand Down
Loading