Remove utils/dsa.h from autovacuum.c

Started by Masahiko Sawadaalmost 8 years ago3 messages
#1Masahiko Sawada
sawada.mshk@gmail.com
1 attachment(s)

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

Attachments:

get_rid_of_dsa_h.patchapplication/octet-stream; name=get_rid_of_dsa_h.patchDownload
diff --git a/src/backend/postmaster/autovacuum.c b/src/backend/postmaster/autovacuum.c
index 75c2362..702f8d8 100644
--- a/src/backend/postmaster/autovacuum.c
+++ b/src/backend/postmaster/autovacuum.c
@@ -94,7 +94,6 @@
 #include "storage/sinvaladt.h"
 #include "storage/smgr.h"
 #include "tcop/tcopprot.h"
-#include "utils/dsa.h"
 #include "utils/fmgroids.h"
 #include "utils/fmgrprotos.h"
 #include "utils/lsyscache.h"
#2Alvaro Herrera
alvherre@alvh.no-ip.org
In reply to: Masahiko Sawada (#1)
Re: Remove utils/dsa.h from autovacuum.c

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

#3Masahiko Sawada
sawada.mshk@gmail.com
In reply to: Alvaro Herrera (#2)
Re: Remove utils/dsa.h from autovacuum.c

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