]> granicus.if.org Git - postgresql/commit
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 18:01:14 +0000 (21:01 +0300)
commit38c69237c21186038f6902373a0f06af1c2f7cfb
treec92775497f5ebf0b80b9de6be20fae585857b0ed
parentb19e5a696ab28be5d55949048194922152091aa1
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