File tree 6 files changed +8
-0
lines changed
contrib/pg_stat_statements
6 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 76
76
#include "pgstat.h"
77
77
#include "storage/fd.h"
78
78
#include "storage/ipc.h"
79
+ #include "storage/lwlock.h"
80
+ #include "storage/shmem.h"
79
81
#include "storage/spin.h"
80
82
#include "tcop/utility.h"
81
83
#include "utils/acl.h"
Original file line number Diff line number Diff line change 44
44
#include "storage/ipc.h"
45
45
#include "storage/latch.h"
46
46
#include "storage/pmsignal.h"
47
+ #include "storage/proc.h"
47
48
#include "storage/procsignal.h"
49
+ #include "storage/shmem.h"
48
50
#include "utils/guc.h"
49
51
#include "utils/ps_status.h"
50
52
Original file line number Diff line number Diff line change 61
61
#include "storage/latch.h"
62
62
#include "storage/lmgr.h"
63
63
#include "storage/pg_shmem.h"
64
+ #include "storage/proc.h"
64
65
#include "storage/procsignal.h"
65
66
#include "storage/sinvaladt.h"
66
67
#include "utils/ascii.h"
Original file line number Diff line number Diff line change 69
69
#include "replication/walsender.h"
70
70
#include "storage/ipc.h"
71
71
#include "storage/pmsignal.h"
72
+ #include "storage/proc.h"
72
73
#include "storage/procarray.h"
73
74
#include "storage/procsignal.h"
74
75
#include "utils/acl.h"
Original file line number Diff line number Diff line change 23
23
#include "miscadmin.h"
24
24
#include "pgstat.h"
25
25
#include "storage/lmgr.h"
26
+ #include "storage/proc.h"
26
27
#include "storage/procarray.h"
27
28
#include "storage/sinvaladt.h"
28
29
#include "utils/inval.h"
Original file line number Diff line number Diff line change 36
36
#include "postmaster/syslogger.h"
37
37
#include "rewrite/rewriteHandler.h"
38
38
#include "storage/fd.h"
39
+ #include "storage/latch.h"
39
40
#include "tcop/tcopprot.h"
40
41
#include "utils/builtins.h"
41
42
#include "utils/fmgroids.h"
You can’t perform that action at this time.
0 commit comments