mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 23:56:29 +00:00
Compare commits
3 Commits
v2.0.3
...
REL2_0_STA
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48099e9c5f | ||
|
|
e7ca8c369f | ||
|
|
782fae6239 |
2
HISTORY
2
HISTORY
@@ -1,5 +1,5 @@
|
||||
2.0.3 2015-04-16
|
||||
Add -S/--superuser option for witness database creation Ian)
|
||||
Add -S/--superuser option for witness database creation (Ian)
|
||||
Add -c/--fast-checkpoint option for cloning (Christoph)
|
||||
Add option "--initdb-no-pwprompt" (Ian)
|
||||
|
||||
|
||||
@@ -54,4 +54,3 @@ export PATH=$PATH:/usr/pgsql-9.3/bin/
|
||||
- fix witness creation to create db and user if needed
|
||||
* Fri Apr 04 2014 Nathan Van Overloop <nathan.van.overloop@nexperteam.be> 2.0.1
|
||||
- initial build for RHEL6
|
||||
|
||||
|
||||
@@ -25,7 +25,8 @@
|
||||
#include <string.h>
|
||||
|
||||
/* NB: postgres_fe must be included BEFORE check_dir */
|
||||
#include "postgres_fe.h"
|
||||
#include <libpq-fe.h>
|
||||
#include <postgres_fe.h>
|
||||
#include "check_dir.h"
|
||||
|
||||
#include "strutil.h"
|
||||
|
||||
Reference in New Issue
Block a user