Re: Freezing is not WAL-logged - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Freezing is not WAL-logged
Date
Msg-id 1171.1161285288@sss.pgh.pa.us
Whole thread Raw
In response to Freezing is not WAL-logged  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Responses Re: Freezing is not WAL-logged
Re: Freezing is not WAL-logged
List pgsql-bugs
"Heikki Linnakangas" <heikki@enterprisedb.com> writes:
> I just noticed that freezing a tuple (in vacuumlazy.c) is not
> WAL-logged.

The theory is that this doesn't matter because the tuple is committed
either way ... it's equivalent to a hint-bit update which we don't
WAL-log either.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "David Begley"
Date:
Subject: BUG #2703: Cosmetic documentation error
Next
From: Alvaro Herrera
Date:
Subject: Re: Freezing is not WAL-logged