diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-05-30 22:12:16 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-05-30 22:12:16 +0000 |
| commit | a0ffab351e2dca12200e95c45f6edf5ddebe78b0 (patch) | |
| tree | 905fee345f116de536f72d8ff8507d093646d717 /contrib/tsearch2 | |
| parent | e95703eac3199a389cfeace07545ee10430193a8 (diff) | |
| download | postgresql-a0ffab351e2dca12200e95c45f6edf5ddebe78b0.tar.gz | |
Magic blocks don't do us any good unless we use 'em ... so install one
in every shared library.
Diffstat (limited to 'contrib/tsearch2')
| -rw-r--r-- | contrib/tsearch2/ts_cfg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/tsearch2/ts_cfg.c b/contrib/tsearch2/ts_cfg.c index 3bc39a8737..a71cf97e59 100644 --- a/contrib/tsearch2/ts_cfg.c +++ b/contrib/tsearch2/ts_cfg.c @@ -20,6 +20,8 @@ #include "common.h" #include "tsvector.h" +PG_MODULE_MAGIC; + #define IGNORE_LONGLEXEME 1 /*********top interface**********/ |
