Re: [HACKERS] pgstattuple does not contain CHECK_FOR_INTERRUPTS()

2010-04-02 Thread Tom Lane
Tatsuhito Kasahara writes: > 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. Seems to be a good idea --- will apply. Thanks!

[HACKERS] pgstattuple does not contain CHECK_FOR_INTERRUPTS()

2010-04-02 Thread Tatsuhito Kasahara
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 diff -cr pgsql/contrib/pgstattuple/pgstatt