pgsql: Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair.
Date
Msg-id 20061022203454.E86119FA48B@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: pginstaller - pginst: Update for PostGIS 1.1.5
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Small parser sync