Re: Testing the async-commit patch - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Testing the async-commit patch
Date
Msg-id 1187108572.4162.29.camel@ebony.site
Whole thread Raw
In response to Re: Testing the async-commit patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Testing the async-commit patch  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, 2007-08-14 at 12:09 -0400, Tom Lane wrote:

> I think this is better done by code inspection, ie, look for places that
> assume HEAP_XMIN/XMAX_COMMITTED is or can be set.
> 
> I made a pass over CVS HEAD and found some apparent trouble spots:
> heapam.c lines 1843-1852 presume previous xmax can be hinted
> immediately, ditto lines 2167-2176, ditto lines 2716-2725.
> I think probably we should just remove those lines --- they are only
> trying to save work for future tqual.c calls.

I'll check those out later tonight.

--  Simon Riggs EnterpriseDB  http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Testing the async-commit patch
Next
From: Alvaro Herrera
Date:
Subject: Re: change name of redirect_stderr?