Re: Incorrect file reference in comment in procarray.c
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Etsuro Fujita <etsuro.fujita@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-11-02T13:20:55Z
Lists: 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
Commits
-
Remove incorrect file reference in comment.
- 7b6ba8c4315e 12.18 landed
- d3d73e85aa30 13.14 landed
- c09e4fc01832 14.11 landed
- c30f1fcd8abf 15.6 landed
- ee4fabfdab36 16.2 landed
- 06e8e71e7ffd 17.0 landed
-
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
- c91560defc57 12.0 cited
-
Move generic snapshot related code from tqual.h to snapmgr.h.
- b7eda3e0e334 12.0 cited