Ian Barwick

Results 8 issues of Ian Barwick

Historically, `repmgrd` (when operating on a streaming replication node) has required provision of the `promote_command` and `follow_command` parameters, which should contain either `repmgr standby promote`/`repmgr standby follow`, or scripts which...

improvement

Currently (on CentOS 7 at least) the repmgrd systemd service file (e.g. `/usr/lib/systemd/system/repmgr96.service`) doesn't contain a `KillMode` parameter. The default is `control-group` [1], which evidently has side-effects if e.g. the...

improvement

Currenly, when executing `repmgr` on a remote note, `repmgr` assumes the SSH user it's connecting as is the `postgres` user. This however makes it impractical to use a different SSH...

improvement

As described e.g. in: https://groups.google.com/forum/#!topic/repmgr/XPn5bkPPfBc

If the WAL directory (pg_xlog or pg_wal) resolves to a symbolic link, e.g. "../some-wal-dir", the check fails with an error like: ERROR: Invalid result from command "/bin/df -kP "../some-wal-dir" 2>&1":...

Hi As the maintainer of `firebird_fdw`, I'd be very interested to know how and why people are using it. Answers to some or all of the following questions would be...

## What Changed? The subject of installing other extensions in a PGD cluster has come up a couple of times recently, but the documentation doesn't really say much about it,...

deploy

## What Changed? This function removes the need to query galloc sequences allocated on the local node by referencing hidden rows by their CTID, which is really not something we...

upcoming-release