Fix wrong filename in header comment of gin_tuple.h
Chao Li <li.evan.chao@gmail.com>
From: Chao Li <li.evan.chao@gmail.com>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>, tomas@vondra.me
Date: 2025-09-21T23:09:50Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-wrong-filename-in-header-comment-of-gin_tuple.patch (application/octet-stream) patch v1-0001
Hi Hacker, When gin_tuple.h was introduced by commit 8492feb[1], the file header comment incorrectly referred to gin.h. Update the comment to mention gin_tuple.h instead. [1] https://git.postgresql.org/cgit/postgresql.git/commit/?id=8492feb98f6df3f0f03e84ed56f0d1cbb2ac514c Best regards, Chao Li (Evan) --------------------- HighGo Software Co., Ltd. https://www.highgo.com/
Commits
-
Fix various incorrect filename references
- 9fc7f6ab7226 19 (unreleased) landed
-
Allow parallel CREATE INDEX for GIN indexes
- 8492feb98f6d 18.0 cited