diff options
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index f2a426d792a..28af40c3dc6 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -571,8 +571,6 @@ ProcessClientWriteInterrupt(bool blocked) { int save_errno = errno; - Assert(InterruptHoldoffCount == 0 && CritSectionCount == 0); - /* * We only want to process the interrupt here if socket writes are * blocking to increase the chance to get an error message to the |