pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to
Date: 2010-01-23 21:29:17
Message-ID: 20100123212917.4690E7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that
the various disk-size-reporting functions will respond to query cancel
reasonably promptly even in very large databases. Per report from
Kevin Grittner.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
dbsize.c (r1.9.2.2 -> r1.9.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/dbsize.c?r1=1.9.2.2&r2=1.9.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-01-23 21:29:23 pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to
Previous Message Tom Lane 2010-01-23 21:29:12 pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to