projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca17d6
)
Remove unnecessary include
author
Alvaro Herrera
Tue, 23 Jan 2018 18:22:13 +0000
(15:22 -0300)
committer
Alvaro Herrera
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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/autovacuum.c
b/src/backend/postmaster/autovacuum.c
index 58f1714b03f61b63eeacbe6acb874d8a4f846587..579b8ae19379136b2d9f2d053cffb967d9531ed0 100644
(file)
--- a/
src/backend/postmaster/autovacuum.c
+++ b/
src/backend/postmaster/autovacuum.c
@@
-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"