v1-0001-Fixed-a-spelling-error-in-the-comments-in-gininse.patch
application/octet-stream
Filename: v1-0001-Fixed-a-spelling-error-in-the-comments-in-gininse.patch
Type: application/octet-stream
Part: 0
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 v1-0001
Subject: Fixed a spelling error in the comments in gininsert.c.
| File | + | − |
|---|---|---|
| src/backend/access/gin/gininsert.c | 2 | 2 |
From a2f8161c07bf836e02f2b8f6e5c2ebf732de472f Mon Sep 17 00:00:00 2001 From: Xingbin She <xingbin.she@qq.com> Date: Fri, 19 Dec 2025 10:40:02 +0800 Subject: [PATCH v1] Fixed a spelling error in the comments in gininsert.c. Author: Xingbin She <xingbin.she@qq.com> --- src/backend/access/gin/gininsert.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/access/gin/gininsert.c b/src/backend/access/gin/gininsert.c index df30dcc..8824607 100644 --- a/src/backend/access/gin/gininsert.c +++ b/src/backend/access/gin/gininsert.c @@ -1784,7 +1784,7 @@ _gin_parallel_merge(GinBuildState *state) ++numtuples); } - /* relase all the memory */ + /* release all the memory */ GinBufferFree(buffer); tuplesort_end(state->bs_sortstate); @@ -1972,7 +1972,7 @@ _gin_process_worker_data(GinBuildState *state, Tuplesortstate *worker_sort, GinBufferReset(buffer); } - /* relase all the memory */ + /* release all the memory */ GinBufferFree(buffer); tuplesort_end(worker_sort); -- 1.8.3.1