pgstattuple does not contain CHECK_FOR_INTERRUPTS()
Started by Tatsuhito Kasaharaabout 16 years ago2 messageshackers
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
Attachments:
pgstattuple.patchtext/plain; name=pgstattuple.patchDownload+8-0
Re: pgstattuple does not contain CHECK_FOR_INTERRUPTS()
Tatsuhito Kasahara <kasahara.tatsuhito@oss.ntt.co.jp> 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!
regards, tom lane