X-Git-Url: http://git.rot13.org/?p=pgpool-online-recovery;a=blobdiff_plain;f=online-recovery.sh;h=869d4c1235c892f0c6701840e4be9a46bbe027e5;hp=3e2aada049e496a92f172085e9e4cd7928a30ff6;hb=HEAD;hpb=2e6372511f6d9b262567ee59fdc0a29ad59c609d diff --git a/online-recovery.sh b/online-recovery.sh index 3e2aada..869d4c1 100755 --- a/online-recovery.sh +++ b/online-recovery.sh @@ -31,10 +31,6 @@ CheckIfPgpoolIsRunning () { if ! killall -0 pgpool; then echo "[ERROR] Pgpool is not running !"; exit 1; fi; } -CheckPostgres () { - -} - AttachNodeToPgpool () { #pcp_attach_node is a command that permit to attach a specific postgres server (identified by 6th parameter) to pgpool. #pcp_attach_node dont return a good error code when it fails so here if I catch "BackendError" message in stderr I presume