Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f43110

Browse files
committed
Remove useless pointer update in ginxlog.c
Oversight in2c03216, when the redo code of GIN got refactored forthe new WAL format where block information has been standardized, as thepayload data got tracked for each block after the change, and not in thewhole 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
1 parent4856618 commit3f43110

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/access/gin/ginxlog.c‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ ginRedoInsert(XLogReaderState *record)
368368
#endif
369369
payload+=sizeof(BlockIdData);
370370
rightChildBlkno=BlockIdGetBlockNumber((BlockId)payload);
371-
payload+=sizeof(BlockIdData);
372371

373372
ginRedoClearIncompleteSplit(record,1);
374373
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp