From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove non-fast promotion. |
Date: | 2020-07-29 12:25:26 |
Message-ID: | E1k0l9C-0001ky-7m@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/b5310e4ff6b7b0b14a5ee2443839fbf3553623ea
Modified Files
--------------
src/backend/access/transam/xlog.c | 48 +++++++++----------------------------
src/backend/postmaster/postmaster.c | 7 +++++-
src/bin/pg_ctl/pg_ctl.c | 5 ----
src/include/access/xlog.h | 1 -
4 files changed, 17 insertions(+), 44 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2020-07-29 14:23:18 | pgsql: pg_stat_statements: track number of rows processed by some utili |
Previous Message | Jeff Davis | 2020-07-29 06:21:28 | pgsql: HashAgg: use better cardinality estimate for recursive spilling. |