summaryrefslogtreecommitdiff
path: root/src/include/pgxc/xc_maintenance_mode.h
blob: a96148c3859e0a3c8cad130fcff141809a831127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef XC_MAINTENANCE_MODE_H
#define XC_MAINTENANCE_MODE_H

#include <unistd.h>
#include "c.h"
#include "postgres.h"
#include "utils/guc.h"

extern bool xc_maintenance_mode;
extern GucContext	currentGucContext;

#endif /* XC_MAINTENANCE_MODE_H */