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

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

  1. Fix various incorrect filename references

  2. Allow parallel CREATE INDEX for GIN indexes