projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9707d9
)
Remove unnecessary include
author
Alvaro Herrera
<
[email protected]
>
Tue, 23 Jan 2018 18:22:13 +0000
(15:22 -0300)
committer
Alvaro Herrera
<
[email protected]
>
Tue, 23 Jan 2018 18:22:13 +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 75c2362f466ecc2bf1263b39f3187f666cd4a3a8..702f8d8188028c332e7d1a2d990556e23696c685 100644
(file)
--- 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"