Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE records
authorMelanie Plageman <melanieplageman@gmail.com>
Wed, 18 Dec 2024 23:47:21 +0000 (18:47 -0500)
committerMelanie Plageman <melanieplageman@gmail.com>
Wed, 18 Dec 2024 23:47:21 +0000 (18:47 -0500)
commitb7493e1ab353349855f553a4b4bee094cda4d9cc
tree7aad6e1db220d823b1e6499af902f03a140c0a5b
parent1a0da347a7ac98db6964feb5e3063fc6e8fc92a0
Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE records

f83d709760d merged the separate XLOG_HEAP2_FREEZE_PAGE records into a
new combined prune, freeze, and vacuum record with opcode
XLOG_HEAP2_PRUNE_VACUUM_SCAN. Remove the last few references to
XLOG_HEAP2_FREEZE_PAGE records which were accidentally left behind.

Reported-by: Tomas Vondra
Reviewed-by: Robert Haas
Discussion: https://postgr.es/m/CA%2BTgmoY1tYff-1CEn8kYt5FsOrynTbtr%3DUZw%3D7mTC1Hv1HpeBQ%40mail.gmail.com
src/backend/access/heap/pruneheap.c