summaryrefslogtreecommitdiff
path: root/contrib/seg/seg.c
diff options
context:
space:
mode:
authorTom Lane2006-05-30 22:12:16 +0000
committerTom Lane2006-05-30 22:12:16 +0000
commita0ffab351e2dca12200e95c45f6edf5ddebe78b0 (patch)
tree905fee345f116de536f72d8ff8507d093646d717 /contrib/seg/seg.c
parente95703eac3199a389cfeace07545ee10430193a8 (diff)
Magic blocks don't do us any good unless we use 'em ... so install one
in every shared library.
Diffstat (limited to 'contrib/seg/seg.c')
-rw-r--r--contrib/seg/seg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/seg/seg.c b/contrib/seg/seg.c
index 0a694a52ddf..47ca1b614a5 100644
--- a/contrib/seg/seg.c
+++ b/contrib/seg/seg.c
@@ -19,6 +19,8 @@
#define GIST_QUERY_DEBUG
*/
+PG_MODULE_MAGIC;
+
extern int seg_yyparse();
extern void seg_yyerror(const char *message);
extern void seg_scanner_init(const char *str);