Re: [DOCS] No, that's backwards. - Mailing list pgsql-docs

From Tom Lane
Subject Re: [DOCS] No, that's backwards.
Date
Msg-id 11951.1499619122@sss.pgh.pa.us
Whole thread Raw
In response to [DOCS] No, that's backwards.  (Vik Fearing <vik.fearing@2ndquadrant.com>)
List 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


pgsql-docs by date:

Previous
From: Vik Fearing
Date:
Subject: [DOCS] No, that's backwards.
Next
From: Basil Bourque
Date:
Subject: [DOCS] Mention new `GENERATED … AS IDENTITY` feature in the `Serial Types` page ?