clean code

pull/7716/head
Kalendarev Alexandr 2024-10-25 14:21:45 +03:00
parent 9da008388b
commit 33f74d18b7
2 changed files with 1 additions and 4 deletions

View File

@ -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);

View File

@ -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;