diff options
Diffstat (limited to 'src/backend/storage/lmgr/proc.c')
-rw-r--r-- | src/backend/storage/lmgr/proc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/storage/lmgr/proc.c b/src/backend/storage/lmgr/proc.c index b3c54a6a27d..fff0628e58e 100644 --- a/src/backend/storage/lmgr/proc.c +++ b/src/backend/storage/lmgr/proc.c @@ -45,7 +45,6 @@ #include "replication/syncrep.h" #include "replication/walsender.h" #include "storage/condition_variable.h" -#include "storage/standby.h" #include "storage/ipc.h" #include "storage/lmgr.h" #include "storage/pmsignal.h" @@ -53,10 +52,10 @@ #include "storage/procarray.h" #include "storage/procsignal.h" #include "storage/spin.h" +#include "storage/standby.h" #include "utils/timeout.h" #include "utils/timestamp.h" - /* GUC variables */ int DeadlockTimeout = 1000; int StatementTimeout = 0; |