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 <[email protected]> Reviewed-by: Andrey Borodin <[email protected]> Discussion: https://postgr.es/m/CALdSSPgnAt5L=d_xgxrxlyo5fk1h31_eyeesxdu1n-r4g+6...@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(-)
