Thread

  1. pgstattuple does not contain CHECK_FOR_INTERRUPTS()

    Tatsuhito Kasahara <kasahara.tatsuhito@oss.ntt.co.jp> — 2010-04-02T10:15:45Z

    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
    
  2. Re: pgstattuple does not contain CHECK_FOR_INTERRUPTS()

    Tom Lane <tgl@sss.pgh.pa.us> — 2010-04-02T15:51:32Z

    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