From e3a569c55b4273c299ed7933b84e41d2f23d4c3e Mon Sep 17 00:00:00 2001 From: "Chao Li (Evan)" Date: Mon, 22 Sep 2025 07:02:03 +0800 Subject: [PATCH v1] Fix wrong filename in header comment of gin_tuple.h When gin_tuple.h was introduced by commit 8492feb, the file header comment incorrectly referred to gin.h. Update the comment to mention gin_tuple.h instead. Author: Chao Li --- src/include/access/gin_tuple.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/access/gin_tuple.h b/src/include/access/gin_tuple.h index b4f103dec9a..15d39226dde 100644 --- a/src/include/access/gin_tuple.h +++ b/src/include/access/gin_tuple.h @@ -1,10 +1,10 @@ /*-------------------------------------------------------------------------- - * gin.h + * gin_tuple.h * Public header file for Generalized Inverted Index access method. * * Copyright (c) 2006-2025, PostgreSQL Global Development Group * - * src/include/access/gin.h + * src/include/access/gin_tuple.h *-------------------------------------------------------------------------- */ #ifndef GIN_TUPLE_H -- 2.39.5 (Apple Git-154)