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

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, tomas(at)vondra(dot)me
Subject: Re: Fix wrong filename in header comment of gin_tuple.h
Date: 2025-09-21 23:59:20
Message-ID: CAMbWs4_O4h_qnrMec2wM33o278aXA3nEDE7U+JrFvnudh80-tg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 22, 2025 at 8:10 AM Chao Li <li(dot)evan(dot)chao(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2025-09-22 00:26:00 Re: plan shape work
Previous Message Richard Guo 2025-09-21 23:55:58 Re: [PATCH] Correct RangeTblEntry.join_using_alias comment to reflect field order