pgstattuple does not contain CHECK_FOR_INTERRUPTS()

From: Tatsuhito Kasahara <kasahara(dot)tatsuhito(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pgstattuple does not contain CHECK_FOR_INTERRUPTS()
Date: 2010-04-02 10:15:45
Message-ID: 4BB5C3D1.3060104@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

pgstattuple (and pgstatindex) does not contain CHECK_FOR_INTERRUPTS().
Therefore, we can not stop pgstattuple() by using the signal while a
large table is processed.

Here is the patch to solve it.

Best regards,

--
NTT OSS Center
Tatsuhito Kasahara

Attachment Content-Type Size
pgstattuple.patch text/plain 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-04-02 10:42:58 Re: Compile fail, alpha5 & gcc 4.3.3 in elog.c
Previous Message Simon Riggs 2010-04-02 09:36:50 Re: master in standby mode croaks