Moved _PG_init

This commit is contained in:
Andrew Kane
2023-07-16 20:03:34 -07:00
parent ad8df27fbb
commit 6e8746277e
4 changed files with 16 additions and 4 deletions

View File

@@ -14,6 +14,9 @@
#define PG_GETARG_VECTOR_P(x) DatumGetVector(PG_GETARG_DATUM(x))
#define PG_RETURN_VECTOR_P(x) PG_RETURN_POINTER(x)
/* Exported functions */
PGDLLEXPORT void _PG_init(void);
typedef struct Vector
{
int32 vl_len_; /* varlena header (do not touch directly!) */