Thread
Commits
-
Update PG_CACHE_LINE_SIZE description.
- dc6070bf5dee 17.0 landed
-
Outdated description of PG_CACHE_LINE_SIZE
Julien Rouhaud <rjuju123@gmail.com> — 2023-07-01T07:49:36Z
Hi, I just noticed that the comment for PG_CACHE_LINE_SIZE still says that "it's currently used in xlog.c", which hasn't been true for quite some time. PFA a naive patch to make the description more generic.
-
Re: Outdated description of PG_CACHE_LINE_SIZE
Heikki Linnakangas <hlinnaka@iki.fi> — 2023-07-03T09:01:55Z
On 01/07/2023 10:49, Julien Rouhaud wrote: > Hi, > > I just noticed that the comment for PG_CACHE_LINE_SIZE still says that "it's > currently used in xlog.c", which hasn't been true for quite some time. > > PFA a naive patch to make the description more generic. Applied, thanks! -- Heikki Linnakangas Neon (https://neon.tech)
-
Re: Outdated description of PG_CACHE_LINE_SIZE
Julien Rouhaud <rjuju123@gmail.com> — 2023-07-03T09:24:23Z
On Mon, Jul 03, 2023 at 12:01:55PM +0300, Heikki Linnakangas wrote: > On 01/07/2023 10:49, Julien Rouhaud wrote: > > > > I just noticed that the comment for PG_CACHE_LINE_SIZE still says that "it's > > currently used in xlog.c", which hasn't been true for quite some time. > > > > PFA a naive patch to make the description more generic. > > Applied, thanks! Thanks!