diff options
| author | Tom Lane | 2006-05-30 22:12:16 +0000 |
|---|---|---|
| committer | Tom Lane | 2006-05-30 22:12:16 +0000 |
| commit | a0ffab351e2dca12200e95c45f6edf5ddebe78b0 (patch) | |
| tree | 905fee345f116de536f72d8ff8507d093646d717 /contrib/fulltextindex | |
| parent | e95703eac3199a389cfeace07545ee10430193a8 (diff) | |
Magic blocks don't do us any good unless we use 'em ... so install one
in every shared library.
Diffstat (limited to 'contrib/fulltextindex')
| -rw-r--r-- | contrib/fulltextindex/fti.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/fulltextindex/fti.c b/contrib/fulltextindex/fti.c index 938e7748c54..a0282ec95b5 100644 --- a/contrib/fulltextindex/fti.c +++ b/contrib/fulltextindex/fti.c @@ -8,7 +8,7 @@ /* * Trigger function accepts variable number of arguments: * - * $PostgreSQL: pgsql/contrib/fulltextindex/fti.c,v 1.26 2006/03/11 04:38:29 momjian Exp $ + * $PostgreSQL: pgsql/contrib/fulltextindex/fti.c,v 1.27 2006/05/30 22:12:12 tgl Exp $ * * 1. relation in which to store the substrings * 2. fields to extract substrings from @@ -88,6 +88,8 @@ * that can build the final query automagically? */ +PG_MODULE_MAGIC; + #define MAX_FTI_QUERY_LENGTH 8192 extern Datum fti(PG_FUNCTION_ARGS); |
