]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use fake LSNs consistently in hash index AM.
authorPeter Geoghegan <pg@bowt.ie>
Thu, 16 Jul 2026 22:08:41 +0000 (18:08 -0400)
committerPeter Geoghegan <pg@bowt.ie>
Thu, 16 Jul 2026 22:08:41 +0000 (18:08 -0400)
commit048067c04c6c0c0862f0e00c4ebe158ac41bda19
tree4b2a4974329d4cb5244301d197125c55425815fa
parent8e93e0c72b8aa225b0a66d4afdfb69e38d8b2424
Use fake LSNs consistently in hash index AM.

Defensively make sure that all hash index atomic actions use a fake LSN
with an unlogged relation.

Oversight in commit e5836f7b, which added fake LSN support to the hash
index AM, but missed log_split_page.

Author: Peter Geoghegan <pg@bowt.ie>
Reviewed-by: Ewan Young <kdbase.hack@gmail.com>
Discussion: https://postgr.es/m/CAH2-WzkC-opX8iS6X=a470DDC31er_x5rzPw=HjRxha9N8brZw@mail.gmail.com
Backpatch-through: 19
src/backend/access/hash/hashpage.c