Skip to content

Commit ee5cdd2

Browse files
author
Antonin Houska
committed
Removed useless call of RESUME_INTERRUPTS().
(Was it ever needed?)
1 parent 9296ae1 commit ee5cdd2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pg_rewrite.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,6 @@ rewrite_worker_main(Datum main_arg)
692692
strlcpy(task->msg, edata->message, MAX_ERR_MSG_LEN);
693693

694694
FreeErrorData(edata);
695-
696-
RESUME_INTERRUPTS();
697695
}
698696
PG_END_TRY();
699697
}

0 commit comments

Comments
 (0)