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/pg_trgm/trgm_op.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/pg_trgm') diff --git a/contrib/pg_trgm/trgm_op.c b/contrib/pg_trgm/trgm_op.c index b7043c1b8c..2869033932 100644 --- a/contrib/pg_trgm/trgm_op.c +++ b/contrib/pg_trgm/trgm_op.c @@ -3,6 +3,8 @@ #include "utils/array.h" #include "catalog/pg_type.h" +PG_MODULE_MAGIC; + float4 trgm_limit = 0.3; PG_FUNCTION_INFO_V1(set_limit); -- cgit v1.2.1