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/[email protected] 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(-)
