Re: No, that's backwards.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Vik Fearing <vik.fearing@2ndquadrant.com>
Cc: pgsql-docs@postgresql.org
Date: 2017-07-09T16:52:02Z
Lists: pgsql-docs
Vik Fearing <vik.fearing@2ndquadrant.com> writes: > The documentation at > https://www.postgresql.org/docs/current/static/storage-vm.html says that > the visibility map "keeps track of which pages contain only unfrozen > tuples". > This is wrong; it keeps track of all-frozen pages not all-unfrozen. Yup. Pushed, thanks! regards, tom lane
Commits
-
Doc: fix backwards description of visibility map's all-frozen data.
- eb01287c9d79 9.6.4 landed
- 485c515d0176 10.0 landed