summaryrefslogtreecommitdiff
path: root/contrib/auth_delay/auth_delay.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/auth_delay/auth_delay.c')
-rw-r--r--contrib/auth_delay/auth_delay.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/auth_delay/auth_delay.c b/contrib/auth_delay/auth_delay.c
index f611da2158b..8681b54fc3a 100644
--- a/contrib/auth_delay/auth_delay.c
+++ b/contrib/auth_delay/auth_delay.c
@@ -16,7 +16,10 @@
#include "libpq/auth.h"
#include "utils/guc.h"
-PG_MODULE_MAGIC;
+PG_MODULE_MAGIC_EXT(
+ .name = "auth_delay",
+ .version = PG_VERSION
+);
/* GUC Variables */
static int auth_delay_milliseconds = 0;