]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove useless pointer update in ginxlog.c
authorMichael Paquier <michael@paquier.xyz>
Thu, 2 Oct 2025 08:16:20 +0000 (17:16 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 2 Oct 2025 08:16:20 +0000 (17:16 +0900)
commit3f431109dc634918f4a216963c789e842a70ea65
tree9ca6f825838248855b0b9df35436460d64ae236b
parent48566180efff2f414ce806ca7705e811451b82ad
Remove useless pointer update in ginxlog.c

Oversight in 2c03216d8311, when the redo code of GIN got refactored for
the new WAL format where block information has been standardized, as the
payload data got tracked for each block after the change, and not in the
whole record.  This is just a cleanup.

Author: Kirill Reshke <reshkekirill@gmail.com>
Reviewed-by: Andrey Borodin <x4mmm@yandex-team.ru>
Discussion: https://postgr.es/m/CALdSSPgnAt5L=D_xGXRXLYO5FK1H31_eYEESxdU1n-r4g+6GqA@mail.gmail.com
src/backend/access/gin/ginxlog.c