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

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: Chao Li <li.evan.chao@gmail.com>
Cc: Richard Guo <guofenglinux@gmail.com>, Postgres hackers <pgsql-hackers@lists.postgresql.org>, tomas@vondra.me
Date: 2025-09-23T00:14:01Z
Lists: pgsql-hackers
On Tue, 23 Sept 2025 at 10:21, Chao Li <li.evan.chao@gmail.com> wrote:
> My script just scan all .c and .h files and extract one-line filename and file path from header comments. If they don’t equal to either pure filename or file path relative to repo root, then capture it. And rowsecurity.c was the only capture, so I thought the filename part (“rewrite/rowsecurity.c) was a problem. When I made the fix, I added “IDENTIFICATION” because I saw a lot of other files having it, but my script didn’t check “IDENTIFICATION”.

Thanks for explaining that.

> I don’t insist to push this patch if you don’t consider the filename part is a problem.

I don't, personally. But will defer to anyone who thinks it's more of
an issue than I do.

David



Commits

  1. Fix various incorrect filename references

  2. Allow parallel CREATE INDEX for GIN indexes