v2-0005-Add-comment-to-ginxlogInsertListPage.patch

application/octet-stream

Filename: v2-0005-Add-comment-to-ginxlogInsertListPage.patch
Type: application/octet-stream
Part: 4
Message: Re: Remove custom redundant full page write description from GIN

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-0005
Subject: Add comment to ginxlogInsertListPage
File+
src/include/access/ginxlog.h 3 0
From c1d86fe0a0b9ec3c78b9e7e27daf2f8d112471c7 Mon Sep 17 00:00:00 2001
From: reshke <reshke@double.cloud>
Date: Fri, 26 Sep 2025 11:22:04 +0000
Subject: [PATCH v2 5/6] Add comment to ginxlogInsertListPage

---
 src/include/access/ginxlog.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/include/access/ginxlog.h b/src/include/access/ginxlog.h
index c3812e49230..56ba80b112c 100644
--- a/src/include/access/ginxlog.h
+++ b/src/include/access/ginxlog.h
@@ -178,6 +178,9 @@ typedef struct ginxlogUpdateMeta
 
 #define XLOG_GIN_INSERT_LISTPAGE  0x70
 
+/*
+ * Backup Blk 0: list page with inserted tuples
+*/
 typedef struct ginxlogInsertListPage
 {
 	BlockNumber rightlink;
-- 
2.43.0