diff options
Diffstat (limited to 'contrib/seg/seg.c')
-rw-r--r-- | contrib/seg/seg.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/seg/seg.c b/contrib/seg/seg.c index fd4216edc5d..151cbb954b9 100644 --- a/contrib/seg/seg.c +++ b/contrib/seg/seg.c @@ -28,7 +28,10 @@ #define GIST_QUERY_DEBUG */ -PG_MODULE_MAGIC; +PG_MODULE_MAGIC_EXT( + .name = "seg", + .version = PG_VERSION +); /* * Auxiliary data structure for picksplit method. |