Re: No, that's backwards.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vik Fearing <vik(dot)fearing(at)2ndquadrant(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: No, that's backwards.
Date: 2017-07-09 16:52:02
Message-ID: 11951.1499619122@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Vik Fearing <vik(dot)fearing(at)2ndquadrant(dot)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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Basil Bourque 2017-07-10 20:40:24 Mention new `GENERATED … AS IDENTITY` feature in the `Serial Types` page ?
Previous Message Vik Fearing 2017-07-09 13:30:54 No, that's backwards.