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"),
|
||||
NULL,
|
||||
&RestorePointIntervalName,
|
||||
false,
|
||||
NULL,
|
||||
PGC_SIGHUP,
|
||||
GUC_STANDARD,
|
||||
NULL, NULL, NULL);
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
#include "miscadmin.h"
|
||||
#include "pgstat.h"
|
||||
#include "pgtime.h"
|
||||
|
||||
#include "commands/dbcommands.h"
|
||||
#include "distributed/listutils.h"
|
||||
|
@ -42,8 +41,6 @@
|
|||
#include "utils/builtins.h"
|
||||
|
||||
|
||||
#define TYPE_CSTRING 2275
|
||||
|
||||
char *RestorePointInterval = NULL;
|
||||
char *RestorePointIntervalName = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue