Re: Fix wrong filename in header comment of gin_tuple.h

Richard Guo <guofenglinux@gmail.com>

From: Richard Guo <guofenglinux@gmail.com>
To: Chao Li <li.evan.chao@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>, tomas@vondra.me
Date: 2025-09-21T23:59:20Z
Lists: pgsql-hackers
On Mon, Sep 22, 2025 at 8:10 AM Chao Li <li.evan.chao@gmail.com> wrote:
> 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.

Indeed.  Will push the patch.

- Richard



Commits

  1. Fix various incorrect filename references

  2. Allow parallel CREATE INDEX for GIN indexes