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:12
Message-ID: 20100123212912.493867541B9@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_3_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
dbsize.c (r1.16.2.1 -> r1.16.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/dbsize.c?r1=1.16.2.1&r2=1.16.2.2)

Browse pgsql-committers by date

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