File tree Expand file tree Collapse file tree 11 files changed +13
-3
lines changed Expand file tree Collapse file tree 11 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 5858#include "replication/syncrep.h"
5959#include "storage/fd.h"
6060#include "storage/predicate.h"
61+ #include "storage/proc.h"
6162#include "storage/procarray.h"
6263#include "storage/sinvaladt.h"
6364#include "storage/smgr.h"
Original file line number Diff line number Diff line change 4040#include "replication/syncrep.h"
4141#include "storage/lmgr.h"
4242#include "storage/predicate.h"
43+ #include "storage/proc.h"
4344#include "storage/procarray.h"
4445#include "storage/sinvaladt.h"
4546#include "storage/smgr.h"
Original file line number Diff line number Diff line change 3333#include "storage/pg_shmem.h"
3434#include "storage/pmsignal.h"
3535#include "storage/predicate.h"
36+ #include "storage/proc.h"
3637#include "storage/procarray.h"
3738#include "storage/procsignal.h"
3839#include "storage/sinvaladt.h"
Original file line number Diff line number Diff line change 5151#include "access/xact.h"
5252#include "access/twophase.h"
5353#include "miscadmin.h"
54+ #include "storage/proc.h"
5455#include "storage/procarray.h"
5556#include "storage/spin.h"
5657#include "utils/builtins.h"
Original file line number Diff line number Diff line change 3838#include "miscadmin.h"
3939#include "pg_trace.h"
4040#include "pgstat.h"
41+ #include "storage/proc.h"
4142#include "storage/sinvaladt.h"
4243#include "storage/spin.h"
4344#include "storage/standby.h"
Original file line number Diff line number Diff line change 193193#include "storage/bufmgr.h"
194194#include "storage/predicate.h"
195195#include "storage/predicate_internals.h"
196+ #include "storage/proc.h"
196197#include "storage/procarray.h"
197198#include "utils/rel.h"
198199#include "utils/snapmgr.h"
Original file line number Diff line number Diff line change 4444#include "storage/proc.h"
4545#include "storage/procarray.h"
4646#include "storage/procsignal.h"
47+ #include "storage/proc.h"
4748#include "storage/sinvaladt.h"
4849#include "storage/smgr.h"
4950#include "tcop/tcopprot.h"
Original file line number Diff line number Diff line change 6262#include "storage/bufmgr.h"
6363#include "storage/standby.h"
6464#include "storage/fd.h"
65+ #include "storage/proc.h"
6566#include "storage/predicate.h"
6667#include "tcop/tcopprot.h"
6768#include "tsearch/ts_cache.h"
Original file line number Diff line number Diff line change 1414#ifndef TWOPHASE_H
1515#define TWOPHASE_H
1616
17- #include "storage/proc.h"
17+ #include "access/xlogdefs.h"
18+ #include "datatype/timestamp.h"
19+ #include "storage/lock.h"
1820
1921/*
2022 * GlobalTransactionData is defined in twophase.c; other places have no
Original file line number Diff line number Diff line change 1414#ifndef _PROC_H_
1515#define _PROC_H_
1616
17- #include "access/xlog .h"
17+ #include "access/xlogdefs .h"
1818#include "datatype/timestamp.h"
1919#include "storage/latch.h"
2020#include "storage/lock.h"
You can’t perform that action at this time.
0 commit comments