File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 17
17
*/
18
18
#include "postgres.h"
19
19
20
+ #include "access/xlog.h"
20
21
#include "access/xlogutils.h"
21
22
#include "catalog/catalog.h"
22
23
#include "storage/bufmgr.h"
Original file line number Diff line number Diff line change 39
39
#include "pg_trace.h"
40
40
#include "pgstat.h"
41
41
#include "storage/sinvaladt.h"
42
+ #include "storage/spin.h"
42
43
#include "storage/standby.h"
43
44
#include "utils/memutils.h"
44
45
#include "utils/ps_status.h"
Original file line number Diff line number Diff line change 18
18
#include <fcntl.h>
19
19
#include <sys/file.h>
20
20
21
- #include "catalog/catalog.h"
22
21
#include "miscadmin.h"
22
+ #include "access/xlog.h"
23
+ #include "catalog/catalog.h"
23
24
#include "portability/instr_time.h"
24
25
#include "postmaster/bgwriter.h"
25
26
#include "storage/fd.h"
You can’t perform that action at this time.
0 commit comments