pgsql: Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd().

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd().
Date: 2006-03-10 20:18:26
Message-ID: 20060310201826.69BD99DCD19@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-03-10 21:42:22 python - pq: Raise the exception, not return.
Previous Message Tom Lane 2006-03-10 20:18:16 pgsql: Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd().