Rename the "fast_promote" file to just "promote".
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 19 Aug 2013 17:57:53 +0000 (20:57 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 19 Aug 2013 17:59:51 +0000 (20:59 +0300)
commit3619a20d33517399d4e234a78e6078c601ffba01
tree210006bc0015fe3b936def748ebdd9d0ea4728cf
parentc64de21e9625acad57e2caf8f22435e1617fb1ce
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.
src/backend/access/transam/xlog.c
src/bin/pg_ctl/pg_ctl.c