pgsql: Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair.
Date: 2006-10-22 20:34:54
Message-ID: 20061022203454.E86119FA48B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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...

Modified Files:
--------------
pgsql/src/backend/storage/buffer:
bufmgr.c (r1.212 -> r1.213)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/bufmgr.c.diff?r1=1.212&r2=1.213)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2006-10-23 08:00:49 pgsql: Small parser sync
Previous Message User Dpage 2006-10-22 18:57:14 pginstaller - pginst: Update for PostGIS 1.1.5