Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8df9994
)
Make header self-contained
author
Peter Eisentraut
<peter_e@gmx.net>
Mon, 3 Apr 2017 20:17:45 +0000
(16:17 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Mon, 3 Apr 2017 20:17:45 +0000
(16:17 -0400)
Add necessary include files for things used in the header.
src/include/postmaster/autovacuum.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/postmaster/autovacuum.h
b/src/include/postmaster/autovacuum.h
index 174e91a64a7a208f7cbae7ea5c587bce810c9f53..d383fd3926eeb54a9b36e475f7fffb13b2a4d2c0 100644
(file)
--- a/
src/include/postmaster/autovacuum.h
+++ b/
src/include/postmaster/autovacuum.h
@@
-14,6
+14,8
@@
#ifndef AUTOVACUUM_H
#define AUTOVACUUM_H
+#include "storage/block.h"
+
/*
* Other processes can request specific work from autovacuum, identified by
* AutoVacuumWorkItem elements.