v2-0003-fix-oversight-of-631118fe1e8f.patch
application/octet-stream
Filename: v2-0003-fix-oversight-of-631118fe1e8f.patch
Type: application/octet-stream
Part: 2
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v2-0003
Subject: fix oversight of 631118fe1e8f
| File | + | − |
|---|---|---|
| src/backend/access/gin/ginxlog.c | 0 | 1 |
From 286fb879a5202f590247a90a6e6b9ee4e2d3a46a Mon Sep 17 00:00:00 2001 From: reshke <reshke@double.cloud> Date: Fri, 26 Sep 2025 07:26:19 +0000 Subject: [PATCH v2 3/6] fix oversight of 631118fe1e8f --- src/backend/access/gin/ginxlog.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/access/gin/ginxlog.c b/src/backend/access/gin/ginxlog.c index 4478e928204..fa293ee79d5 100644 --- a/src/backend/access/gin/ginxlog.c +++ b/src/backend/access/gin/ginxlog.c @@ -368,7 +368,6 @@ ginRedoInsert(XLogReaderState *record) #endif payload += sizeof(BlockIdData); rightChildBlkno = BlockIdGetBlockNumber((BlockId) payload); - payload += sizeof(BlockIdData); ginRedoClearIncompleteSplit(record, 1); } -- 2.43.0