pgsql: Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd().
Date
Msg-id 20060310201826.69BD99DCD19@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd().  This fixes problem
with not responding to query cancel during the last stage of btree index
creation.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/nbtree:
        nbtsort.c (r1.95.2.2 -> r1.95.2.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtsort.c.diff?r1=1.95.2.2&r2=1.95.2.3)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd().
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Raise the exception, not return.