Thread

Commits

  1. Remove unnecessary include

  2. Simplify autovacuum work-item implementation

  1. Remove utils/dsa.h from autovacuum.c

    Masahiko Sawada <sawada.mshk@gmail.com> — 2018-01-23T04:43:32Z

    Hi,
    
    Attached a patch for $subject. The implementation of autovacuum
    work-item has been changed by commit
    31ae1638ce35c23979f9bcbb92c6bb51744dbccb but the loading of dsa.h
    header file is remained.
    
    Regards,
    
    --
    Masahiko Sawada
    NIPPON TELEGRAPH AND TELEPHONE CORPORATION
    NTT Open Source Software Center
    
  2. Re: Remove utils/dsa.h from autovacuum.c

    Alvaro Herrera <alvherre@alvh.no-ip.org> — 2018-01-23T18:39:51Z

    Masahiko Sawada wrote:
    > Hi,
    > 
    > Attached a patch for $subject. The implementation of autovacuum
    > work-item has been changed by commit
    > 31ae1638ce35c23979f9bcbb92c6bb51744dbccb but the loading of dsa.h
    > header file is remained.
    
    You're right -- pushed.
    
    -- 
    Álvaro Herrera                https://www.2ndQuadrant.com/
    PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
    
    
    
  3. Re: Remove utils/dsa.h from autovacuum.c

    Masahiko Sawada <sawada.mshk@gmail.com> — 2018-01-24T01:39:32Z

    On Wed, Jan 24, 2018 at 3:39 AM, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
    > Masahiko Sawada wrote:
    >> Hi,
    >>
    >> Attached a patch for $subject. The implementation of autovacuum
    >> work-item has been changed by commit
    >> 31ae1638ce35c23979f9bcbb92c6bb51744dbccb but the loading of dsa.h
    >> header file is remained.
    >
    > You're right -- pushed.
    
    Thank you!
    
    Regards,
    
    --
    Masahiko Sawada
    NIPPON TELEGRAPH AND TELEPHONE CORPORATION
    NTT Open Source Software Center