From a0ffab351e2dca12200e95c45f6edf5ddebe78b0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 30 May 2006 22:12:16 +0000 Subject: Magic blocks don't do us any good unless we use 'em ... so install one in every shared library. --- contrib/intarray/_int_op.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/intarray') diff --git a/contrib/intarray/_int_op.c b/contrib/intarray/_int_op.c index 036c357fb0..40650b6af8 100644 --- a/contrib/intarray/_int_op.c +++ b/contrib/intarray/_int_op.c @@ -2,6 +2,8 @@ #include "lib/stringinfo.h" +PG_MODULE_MAGIC; + PG_FUNCTION_INFO_V1(_int_different); PG_FUNCTION_INFO_V1(_int_same); PG_FUNCTION_INFO_V1(_int_contains); -- cgit v1.2.1