mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
Make header self-contained
Add necessary include files for things used in the header.
This commit is contained in:
parent
8df9994bc3
commit
9fa6e08d4a
@ -14,6 +14,8 @@
|
|||||||
#ifndef AUTOVACUUM_H
|
#ifndef AUTOVACUUM_H
|
||||||
#define AUTOVACUUM_H
|
#define AUTOVACUUM_H
|
||||||
|
|
||||||
|
#include "storage/block.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Other processes can request specific work from autovacuum, identified by
|
* Other processes can request specific work from autovacuum, identified by
|
||||||
* AutoVacuumWorkItem elements.
|
* AutoVacuumWorkItem elements.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user