diff options
Diffstat (limited to 'contrib/pgcrypto/pgcrypto.c')
-rw-r--r-- | contrib/pgcrypto/pgcrypto.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/pgcrypto/pgcrypto.c b/contrib/pgcrypto/pgcrypto.c index b7e5383b9a6..9ecbbd2e2f8 100644 --- a/contrib/pgcrypto/pgcrypto.c +++ b/contrib/pgcrypto/pgcrypto.c @@ -41,7 +41,10 @@ #include "utils/guc.h" #include "varatt.h" -PG_MODULE_MAGIC; +PG_MODULE_MAGIC_EXT( + .name = "pgcrypto", + .version = PG_VERSION +); /* private stuff */ |