Re: Fix incorrect function reference BufFileOpenShared in comment. - Mailing list pgsql-hackers

From Richard Guo
Subject Re: Fix incorrect function reference BufFileOpenShared in comment.
Date
Msg-id CAMbWs4_tJTP95w3EHkNZkov4ALAaNkPDvOHoaJ_60--s2G-oww@mail.gmail.com
Whole thread Raw
In response to Fix incorrect function reference BufFileOpenShared in comment.  (Zhang Mingli <zmlpostgres@gmail.com>)
List pgsql-hackers
On Wed, Oct 1, 2025 at 5:15 PM Zhang Mingli <zmlpostgres@gmail.com> wrote:
> The comment incorrectly cited the defunct function BufFileOpenShared()
> which is replaced in commit dcac5e7ac157964f71f15d81c7429130c69c3f9b.
>
> Update the reference to the current function: BufFileOpenFileSet().

Nice catch.  Running `git grep 'BufFile.*Shared'` confirms that this
is the only place referencing the outdated BufFileXXXShared()
functions.  I'll push this patch barring any objections.

- Richard



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: CREATE TABLE LIKE INCLUDING TRIGGERS
Next
From: Nishant Sharma
Date:
Subject: Re: Problem in 'ORDER BY' of a column using a created collation?