v20240619-0003-fixup-remove-inaccurate-comment.patch
text/x-patch
Filename: v20240619-0003-fixup-remove-inaccurate-comment.patch
Type: text/x-patch
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 v20240619-0003
Subject: fixup: remove inaccurate comment
| File | + | − |
|---|---|---|
| src/backend/access/gin/gininsert.c | 1 | 2 |
From 25f240930e8c414618303eebba2fa50fd779ee96 Mon Sep 17 00:00:00 2001 From: Tomas Vondra <tomas@2ndquadrant.com> Date: Wed, 19 Jun 2024 13:18:17 +0200 Subject: [PATCH v20240619 03/11] fixup: remove inaccurate comment --- src/backend/access/gin/gininsert.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/backend/access/gin/gininsert.c b/src/backend/access/gin/gininsert.c index 025556d7538..71a0750da51 100644 --- a/src/backend/access/gin/gininsert.c +++ b/src/backend/access/gin/gininsert.c @@ -149,8 +149,7 @@ typedef struct /* * bs_leader is only present when a parallel index build is performed, and - * only in the leader process. (Actually, only the leader process has a - * GinBuildState.) + * only in the leader process. */ GinLeader *bs_leader; int bs_worker_id; -- 2.45.2