Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps

From: Alex Shulgin <ash(at)commandprompt(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Craig Ringer <craig(at)2ndquadrant(dot)com>, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps
Date: 2014-12-04 16:53:29
Message-ID: 87mw732w6u.fsf@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers


Alvaro Herrera <alvherre(at)2ndquadrant(dot)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.

Well I tried that before posting the complaint, let me try again though.

--
Alex

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alex Shulgin 2014-12-04 17:03:48 Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps
Previous Message Alvaro Herrera 2014-12-04 16:51:56 Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps

Browse pgsql-hackers by date

  From Date Subject
Next Message Alex Shulgin 2014-12-04 17:03:48 Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps
Previous Message Alvaro Herrera 2014-12-04 16:51:56 Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps