aboutsummaryrefslogtreecommitdiff
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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/auth_delay/auth_delay.c b/contrib/auth_delay/auth_delay.c
index 5820ac328db..d11dd1e416e 100644
--- a/contrib/auth_delay/auth_delay.c
+++ b/contrib/auth_delay/auth_delay.c
@@ -67,6 +67,9 @@ _PG_init(void)
NULL,
NULL,
NULL);
+
+ EmitWarningsOnPlaceholders("auth_delay");
+
/* Install Hooks */
original_client_auth_hook = ClientAuthentication_hook;
ClientAuthentication_hook = auth_delay_checks;