From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove useless pointer update in ginxlog.c |
Date: | 2025-10-02 08:16:56 |
Message-ID: | E1v4EUh-0014Oc-2a@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(at)gmail(dot)com>
Reviewed-by: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
Discussion: https://postgr.es/m/CALdSSPgnAt5L=D_xGXRXLYO5FK1H31_eYEESxdU1n-r4g+6GqA@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/3f431109dc634918f4a216963c789e842a70ea65
Modified Files
--------------
src/backend/access/gin/ginxlog.c | 1 -
1 file changed, 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2025-10-02 08:19:17 | Re: pgsql: Minor fixups of test_bitmapset.c |
Previous Message | John Naylor | 2025-10-02 05:40:38 | pgsql: Generate EUC_CN mappings from gb18030-2022.ucm |