Re: Incorrect file reference in comment in procarray.c - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Incorrect file reference in comment in procarray.c
Date
Msg-id 207DC984-E0C5-4AB5-AB9F-9820AE650E16@yesql.se
Whole thread Raw
In response to Incorrect file reference in comment in procarray.c  (Etsuro Fujita <etsuro.fujita@gmail.com>)
Responses Re: Incorrect file reference in comment in procarray.c
List pgsql-hackers
> On 2 Nov 2023, at 13:40, Etsuro Fujita <etsuro.fujita@gmail.com> wrote:

> Attached is a small patch for that: s/heapam_visibility.c/snapmgr.c/.

No objections to the patch, the change is correct.  However, with git grep and
ctags and other ways of discovery I wonder if we're not better off avoiding
such references to filenames which are prone to going stale (and do from time
to time).

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Marius RAICU
Date:
Subject: Re: BUG #18167: cannot create partitioned tables when default_tablespace is set
Next
From: Peter Eisentraut
Date:
Subject: Re: Explicitly skip TAP tests under Meson if disabled