diff options
Diffstat (limited to 'contrib/intarray/_int_op.c')
-rw-r--r-- | contrib/intarray/_int_op.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/intarray/_int_op.c b/contrib/intarray/_int_op.c index 5b164f6788f..ba6d0a99995 100644 --- a/contrib/intarray/_int_op.c +++ b/contrib/intarray/_int_op.c @@ -5,7 +5,10 @@ #include "_int.h" -PG_MODULE_MAGIC; +PG_MODULE_MAGIC_EXT( + .name = "intarray", + .version = PG_VERSION +); PG_FUNCTION_INFO_V1(_int_different); PG_FUNCTION_INFO_V1(_int_same); |