aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/libpq/crypt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/libpq/crypt.c b/src/backend/libpq/crypt.c
index f3c59e53036..d79f5a24968 100644
--- a/src/backend/libpq/crypt.c
+++ b/src/backend/libpq/crypt.c
@@ -81,8 +81,6 @@ md5_crypt_verify(const Port *port, const char *role, char *client_pass,
return STATUS_ERROR; /* empty password */
}
- CHECK_FOR_INTERRUPTS();
-
/*
* Compare with the encrypted or plain password depending on the
* authentication method being used for this connection. (We do not