postgres/src/backend/access
Melanie Plageman ae8ea7278c Correct prune WAL record opcode name in comment
f83d709760 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
2025-09-24 12:29:56 -04:00
..
brin Remove unneeded casts of BufferGetPage() result 2025-08-29 07:18:29 +02:00
common Remove PointerIsValid() 2025-09-24 15:17:20 +02:00
gin Remove unneeded casts of BufferGetPage() result 2025-08-29 07:18:29 +02:00
gist Silence compiler warnings on clang 21 2025-09-12 07:28:32 +02:00
hash Remove unneeded casts of BufferGetPage() result 2025-08-29 07:18:29 +02:00
heap Correct prune WAL record opcode name in comment 2025-09-24 12:29:56 -04:00
index Remove PointerIsValid() 2025-09-24 15:17:20 +02:00
nbtree Teach nbtree to avoid evaluating row compare keys. 2025-09-15 16:56:49 -04:00
rmgrdesc Add more information for WAL records of hash index AMs 2025-09-12 10:29:02 +09:00
sequence Update copyright for 2025 2025-01-01 11:21:55 -05:00
spgist Remove unneeded casts of BufferGetPage() result 2025-08-29 07:18:29 +02:00
table Fix varatt versus Datum type confusions 2025-08-05 12:11:36 +02:00
tablesample Update copyright for 2025 2025-01-01 11:21:55 -05:00
transam Remove PointerIsValid() 2025-09-24 15:17:20 +02:00
Makefile Introduce sequence_*() access functions 2024-02-26 16:04:59 +09:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00