Jesper Krogh <jesper(at)krogh(dot)cc> wrote:
> Couldn't pages that are totally filled by the same transaction, be
> frozen on the initial write?
As far as I'm aware, that can only be done if:
(a) The tuples were written within the same transaction which
created or truncated the table.
*or*
(b) The writing transaction and all transactions concurrent to it
have completed by the time the page is about to be written.
-Kevin