Remove obsolete comments and code from prior to f8f4227976.
authorJeff Davis <jdavis@postgresql.org>
Fri, 11 Nov 2022 16:40:01 +0000 (08:40 -0800)
committerJeff Davis <jdavis@postgresql.org>
Fri, 11 Nov 2022 16:49:30 +0000 (08:49 -0800)
commit3eb8eeccbee31597c5962de10dcb3930d780cb19
tree116bdea5309170ec3f37cebb5659c2d6ede10ee4
parent373679c4a82f04e6c16198cdffab1a6c56852956
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
src/backend/access/heap/heapam.c