Move PG_FUNCTION_INFO_V1 to cpp file
PG_FUNCTION_INFO_V1 cannot live in a header, because it defines a function. If such a header is included in two different cpp files, linking break because of multiple definitions of these functions.
Loading
Please sign in to comment