Rename the "fast_promote" file to just "promote".

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 3619a20d33517399d4e234a78e6078c601ffba01
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-08-19T17:59:51Z
Releases: 9.4.0
Rename the "fast_promote" file to just "promote".

This keeps the usual trigger file name unchanged from 9.2, avoiding nasty
issues if you use a pre-9.3 pg_ctl binary with a 9.3 server or vice versa.
The fallback behavior of creating a full checkpoint before starting up is now
triggered by a file called "fallback_promote". That can be useful for
debugging purposes, but we don't expect any users to have to resort to that
and we might want to remove that in the future, which is why the fallback
mechanism is undocumented.

Files

PathChange+/−
src/backend/access/transam/xlog.c modified +11 −10
src/bin/pg_ctl/pg_ctl.c modified +3 −4