Remove non-fast promotion.
authorFujii Masao <fujii@postgresql.org>
Wed, 29 Jul 2020 12:24:26 +0000 (21:24 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 29 Jul 2020 12:24:26 +0000 (21:24 +0900)
commitb5310e4ff6b7b0b14a5ee2443839fbf3553623ea
tree8a49fd53214c5fce6b7c91d172d48c7809137185
parent9878b643f37b1e4167f64a9941244bfabed60623
Remove non-fast promotion.

When fast promotion was supported in 9.3, non-fast promotion became
undocumented feature and it's basically not available for ordinary users.
However we decided not to remove non-fast promotion at that moment,
to leave it for a release or two for debugging purpose or as an emergency
method because fast promotion might have some issues, and then to
remove it later. Now, several versions were released since that decision
and there is no longer reason to keep supporting non-fast promotion.
Therefore this commit removes non-fast promotion.

Author: Fujii Masao
Reviewed-by: Hamid Akhtar, Kyotaro Horiguchi
Discussion: https://postgr.es/m/76066434-648f-f567-437b-54853b43398f@oss.nttdata.com
src/backend/access/transam/xlog.c
src/backend/postmaster/postmaster.c
src/bin/pg_ctl/pg_ctl.c
src/include/access/xlog.h