Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps - Mailing list pgsql-hackers

From Alex Shulgin
Subject Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps
Date
Msg-id 87iohr2vpn.fsf@commandprompt.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:

> Alex Shulgin wrote:
>
>> DEBUG:  inserting column 7 value "varchar_transform"
>> 
>> Breakpoint 1, GetSnapshotData (snapshot=0xdb2d60 <CatalogSnapshotData>)
>>     at /home/ash/src/postgresql/src/backend/storage/ipc/procarray.c:1413
>> 1413        xmax = ShmemVariableCache->latestCompletedXid;
>> 
>> (gdb) p ShmemVariableCache->latestCompletedXid 
>> $1 = 4294967295
>
> I think you might need to "make distclean", then recompile.  If you're
> not passing --enable-depend to configure, I suggest you do so; that
> greatly reduces such problems.

Yeah, that did it.  Sorry for the noise, I must have messed it up with
the recompilations (note to self to always use --enable-depend).

--
Alex



pgsql-hackers by date:

Previous
From: Alex Shulgin
Date:
Subject: Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps
Next
From: Andres Freund
Date:
Subject: Re: Sequence Access Method WIP