pgsql: Remove obsolete comments and code from prior to f8f4227976.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete comments and code from prior to f8f4227976.
Date: 2022-11-11 17:40:52
Message-ID: E1otY1L-000eHg-UC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete comments and code from prior to f8f4227976.

XLogReadBufferForRedo() and XLogReadBufferForRedoExtended() only return
BLK_NEEDS_REDO if the record LSN is greater than the page LSN, so
the redo routine doesn't need to do the LSN check again.

Discussion: https://postgr.es/m/0c37b80e62b1f3007d5a6d1292bd8fa0c275627a.camel@j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3eb8eeccbee31597c5962de10dcb3930d780cb19

Modified Files
--------------
src/backend/access/heap/heapam.c | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2022-11-11 20:51:57 pgsql: Fix theoretical torn page hazard.
Previous Message Peter Eisentraut 2022-11-11 15:02:16 pgsql: meson: Define HAVE_LOCALE_T for msvc