Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 954c1813ac042f7d6a2cd32d8dbf18153da91fca
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-10-22T20:34:54Z
Releases: 8.2.0
Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair.
This was required back when RESUME_INTERRUPTS could actually
execute ProcessInterrupts, but that hasn't been true since 2001...

Files

PathChange+/−
src/backend/storage/buffer/bufmgr.c modified +2 −9