Re: gcc 4.6 and hot standby - Mailing list pgsql-hackers

From Alex Hunsaker
Subject Re: gcc 4.6 and hot standby
Date
Msg-id BANLkTi=c+_a3Baa5LUfdCBOWo9u0BU_BMQ@mail.gmail.com
Whole thread Raw
In response to Re: gcc 4.6 and hot standby  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, Jun 10, 2011 at 14:24, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Alex Hunsaker <badalex@gmail.com> writes:

>> Hrm, Couldn't we change all the references to tmpRecPtr to use RecPtr
>> instead? (Except of course where we assign RecPtr = &tmpRecPtr); I
>> think that would make the code look a lot less confused. Something
>> like the attached?
>
> Yeah, we could do that too; slightly modified version of your change
> included in the attached.

A cassert enabled build seems to be working, ill leave it running over
the weekend...


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: gcc 4.6 and hot standby
Next
From: Dan Ports
Date:
Subject: Re: Small SSI issues