]> granicus.if.org Git - postgresql/commitdiff
Remove unnecessary include
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 23 Jan 2018 18:22:13 +0000 (15:22 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 23 Jan 2018 18:22:37 +0000 (15:22 -0300)
autovacuum.c no longer needs dsa.h, since commit 31ae1638ce3.
Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoCWvYyXrvdANSHWWWEWJH5TeAWAkJ_2gqrHhukG+OBo1g@mail.gmail.com

src/backend/postmaster/autovacuum.c

index 58f1714b03f61b63eeacbe6acb874d8a4f846587..579b8ae19379136b2d9f2d053cffb967d9531ed0 100644 (file)
@@ -93,7 +93,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"