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

From Mingli Zhang
Subject Re: Fix incorrect function reference BufFileOpenShared in comment.
Date
Msg-id CANG7CA+v5OHuG8sZgybXEppkuzuLGBRcV3eihUEzD9EoX4_38Q@mail.gmail.com
Whole thread Raw
In response to Re: Fix incorrect function reference BufFileOpenShared in comment.  (Richard Guo <guofenglinux@gmail.com>)
List pgsql-hackers
Thanks.

Richard Guo <guofenglinux@gmail.com>于2025年10月3日 周五15:41写道:
On Wed, Oct 1, 2025 at 6:29 PM Richard Guo <guofenglinux@gmail.com> wrote:
> 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.

Pushed.

- Richard

pgsql-hackers by date:

Previous
From: Chengpeng Yan
Date:
Subject: Re: Allow virtual columns in index expressions or predicate
Next
From: Ajin Cherian
Date:
Subject: Re: Clear logical slot's 'synced' flag on promotion of standby