mirror of https://github.com/citusdata/citus.git
clean code
parent
9da008388b
commit
33f74d18b7
|
@ -2694,7 +2694,7 @@ RegisterCitusConfigVariables(void)
|
||||||
gettext_noop("Sets the prefix of pointname for the periodic recovery cluster point"),
|
gettext_noop("Sets the prefix of pointname for the periodic recovery cluster point"),
|
||||||
NULL,
|
NULL,
|
||||||
&RestorePointIntervalName,
|
&RestorePointIntervalName,
|
||||||
false,
|
NULL,
|
||||||
PGC_SIGHUP,
|
PGC_SIGHUP,
|
||||||
GUC_STANDARD,
|
GUC_STANDARD,
|
||||||
NULL, NULL, NULL);
|
NULL, NULL, NULL);
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
#include "miscadmin.h"
|
#include "miscadmin.h"
|
||||||
#include "pgstat.h"
|
#include "pgstat.h"
|
||||||
#include "pgtime.h"
|
|
||||||
|
|
||||||
#include "commands/dbcommands.h"
|
#include "commands/dbcommands.h"
|
||||||
#include "distributed/listutils.h"
|
#include "distributed/listutils.h"
|
||||||
|
@ -42,8 +41,6 @@
|
||||||
#include "utils/builtins.h"
|
#include "utils/builtins.h"
|
||||||
|
|
||||||
|
|
||||||
#define TYPE_CSTRING 2275
|
|
||||||
|
|
||||||
char *RestorePointInterval = NULL;
|
char *RestorePointInterval = NULL;
|
||||||
char *RestorePointIntervalName = NULL;
|
char *RestorePointIntervalName = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue