mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
Whitespace and typo fixes
This commit is contained in:
3
repmgr.c
3
repmgr.c
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* repmgr.c - Command interpreter for the repmgr package
|
* repmgr.c - Command interpreter for the repmgr package
|
||||||
* Copyright (C) 2ndQuadrant, 2010-2016
|
* Copyright (C) 2ndQuadrant, 2010-2016
|
||||||
@@ -4479,7 +4480,7 @@ run_basebackup(const char *data_dir, int server_version)
|
|||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* We're going to check first if the user set the xlog method in the repmgr.conf
|
* We're going to check first if the user set the xlog method in the repmgr.conf
|
||||||
* file. We don't want to have conflits with pg_basebackup due to specifying the
|
* file. We don't want to have conflicts with pg_basebackup due to specifying the
|
||||||
* method twice.
|
* method twice.
|
||||||
*/
|
*/
|
||||||
const char xlog_short[4] = "-X ";
|
const char xlog_short[4] = "-X ";
|
||||||
|
|||||||
Reference in New Issue
Block a user