pgstattuple does not contain CHECK_FOR_INTERRUPTS()
Tatsuhito Kasahara <kasahara.tatsuhito@oss.ntt.co.jp>
From: Tatsuhito Kasahara <kasahara.tatsuhito@oss.ntt.co.jp>
To: pgsql-hackers@postgresql.org
Date: 2010-04-02T10:15:45Z
Lists: pgsql-hackers
Attachments
- pgstattuple.patch (text/plain) patch
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