Re: HS and clog - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: HS and clog
Date
Msg-id CA+U5nM+caFxhPautd+3bvpdyiUZp_Zf+oZBayefRLzEsVWN+dw@mail.gmail.com
Whole thread Raw
In response to HS and clog  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: HS and clog  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 30 March 2013 18:20, Andres Freund <andres@2ndquadrant.com> wrote:

> Imo this shouldn't be needed.

In principle, I think your premise looks correct. ExtendCLOG() is not needed.

If the xid truly is "known assigned" at a point in time, then the clog
should already have been extended to allow that.

I can't recall any special case there, but there may be one.

Given that it seems to work, changing it requires more care...

-- Simon Riggs                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Changing recovery.conf parameters into GUCs
Next
From: Tom Lane
Date:
Subject: Re: HS and clog