Correct prune WAL record opcode name in comment
authorMelanie Plageman <melanieplageman@gmail.com>
Wed, 24 Sep 2025 16:29:13 +0000 (12:29 -0400)
committerMelanie Plageman <melanieplageman@gmail.com>
Wed, 24 Sep 2025 16:29:56 +0000 (12:29 -0400)
commitae8ea7278c16a23aa7dfb56c531706c18628ba55
tree75ae933ec6afa6653be4dcadc01961e1f9457187
parentaadbcc40bc24362070b5d88769b62f2d62fdedfb
Correct prune WAL record opcode name in comment

f83d709760d8 incorrectly refers to a XLOG_HEAP2_PRUNE_FREEZE WAL record
opcode. No such code exists. The relevant opcodes are
XLOG_HEAP2_PRUNE_ON_ACCESS, XLOG_HEAP2_PRUNE_VACUUM_SCAN, and
XLOG_HEAP2_PRUNE_VACUUM_CLEANUP. Correct it.

Author: Melanie Plageman <melanieplageman@gmail.com>
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/yn4zp35kkdsjx6wf47zcfmxgexxt4h2og47pvnw2x5ifyrs3qc%407uw6jyyxuyf7
src/backend/access/heap/pruneheap.c