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:00
Message-ID: 20100123212900.BD24B7541B9@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.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
dbsize.c (r1.27 -> r1.28)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/dbsize.c?r1=1.27&r2=1.28)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-01-23 21:29:06 pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to
Previous Message Simon Riggs 2010-01-23 20:39:53 Re: pgsql: In HS, Startup process sets SIGALRM when waiting for buffer pin.