Re: Remove utils/dsa.h from autovacuum.c

Masahiko Sawada <sawada.mshk@gmail.com>

From: Masahiko Sawada <sawada.mshk@gmail.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-01-24T01:39:32Z
Lists: pgsql-hackers
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


Commits

  1. Remove unnecessary include

  2. Simplify autovacuum work-item implementation