repmgr: in standby switchover, quote file paths in remotely executed commands

Per suggestion from GitHub user sebasmannem (#229)
This commit is contained in:
Ian Barwick
2016-09-20 17:05:20 +09:00
parent 3e51a85e07
commit 03911488aa
4 changed files with 177 additions and 84 deletions

View File

@@ -23,6 +23,7 @@
#include <libpq-fe.h>
#include <postgres_fe.h>
#include <getopt_long.h>
#include "pqexpbuffer.h"
#include "strutil.h"
#include "dbutils.h"