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:16
Message-ID: 20060310201816.75C079DCC48@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.

Modified Files:
--------------
pgsql/src/backend/access/nbtree:
nbtsort.c (r1.99 -> r1.100)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtsort.c.diff?r1=1.99&r2=1.100)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-03-10 20:18:26 pgsql: Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd().
Previous Message Neil Conway 2006-03-10 20:15:28 pgsql: Implement 4 new aggregate functions from SQL2003.