Re: FPI - Mailing list pgsql-hackers

From Tom Lane
Subject Re: FPI
Date
Msg-id 19140.1296227581@sss.pgh.pa.us
Whole thread Raw
In response to FPI  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: FPI  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> I was thinking about full-page writes again tonight.  I'm still
> wondering about the feasibility of getting rid of full-page writes for
> certain operations.  We can do this, I think, in any case where we can
> convince ourselves that if the original operation, or a redo of the
> original operation, leaves behind a torn page, a subsequent redo will
> still DTRT.

> I think that both tuple freezing (XLOG_HEAP2_FREEZE) and heap
> deletions (XLOG_HEAP_DELETE) are close to having this property.

Say what?  A heap deletion compacts the page --- it will certainly fail
badly on torn-page.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Boszormenyi Zoltan
Date:
Subject: Re: make -j2 error in ecpg/pgtypeslib in current GIT
Next
From: Andrew Dunstan
Date:
Subject: Re: mingw64