diff options
Diffstat (limited to 'contrib/sepgsql/hooks.c')
-rw-r--r-- | contrib/sepgsql/hooks.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/sepgsql/hooks.c b/contrib/sepgsql/hooks.c index 1b1dfe6792f..7aff15c6aec 100644 --- a/contrib/sepgsql/hooks.c +++ b/contrib/sepgsql/hooks.c @@ -25,7 +25,10 @@ #include "utils/guc.h" #include "utils/queryenvironment.h" -PG_MODULE_MAGIC; +PG_MODULE_MAGIC_EXT( + .name = "sepgsql", + .version = PG_VERSION +); /* * Declarations |