pgsql: Update nbtree README's "Scans during Recovery".

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update nbtree README's "Scans during Recovery".
Date: 2019-12-17 01:12:43
Message-ID: E1ih1Pn-00015r-TJ@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update nbtree README's "Scans during Recovery".

get_actual_variable_range() hasn't used a dirty snapshot since commit
3ca930fc3, which invented a new snapshot type specifically to meet
selfuncs.c's requirements (HeapTupleSatisfiesNonVacuumable() type
snapshots were added).

Discussion: https://postgr.es/m/CAH2-Wzn2pSqEOcBDAA40CnO82oEy-EOpE2bNh_XL_cfFoA86jw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9067b83955da5fde49a2605510900e6d9fa273af

Modified Files
--------------
src/backend/access/nbtree/README | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-12-17 01:14:49 pgsql: Fix "force_parallel_mode = regress" to work with ANALYZE + VERBO
Previous Message Tom Lane 2019-12-16 20:11:16 pgsql: On Windows, wait a little to see if ERROR_ACCESS_DENIED goes awa