[DOCS] No, that's backwards.

2017-07-09 Thread Vik Fearing
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. Trivial patch attached. -- Vik Fearing

Re: [DOCS] No, that's backwards.

2017-07-09 Thread Tom Lane
Vik Fearing 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!