Add a note to the documentation of pg_standby that it's important that

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: a085a6a77c65e10d7c24d134677cce223e1db94e
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2010-02-05T11:08:02Z
Releases: 8.3.10
Add a note to the documentation of pg_standby that it's important that
the postgres process has permissions to delete the trigger file, per
suggestion by Mason Hale.

Also fix pg_standby to do a more predictable exit(200) instead of the
current exit(-1) when the unlink of the trigger file fails anyway.

This only affects 8.3 branch. Older versions didn't have pg_standby,
and in 8.4 upwards pg_standby is no longer responsible for deleting the
trigger file; it's supposed to be done by recovery_end_command instead.

Files

PathChange+/−
contrib/pg_standby/pg_standby.c modified +4 −1
doc/src/sgml/pgstandby.sgml modified +10 −1