pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to
Date
Msg-id 20100123212900.BD24B7541B9@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgsql: In HS, Startup process sets SIGALRM when waiting for buffer pin.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to