xact_desc - Mailing list pgsql-hackers

From Simon Riggs
Subject xact_desc
Date
Msg-id 1223950982.7007.470.camel@ebony.2ndQuadrant
Whole thread Raw
Responses Re: xact_desc
List pgsql-hackers
ISTM that xact_desc routines do not work properly when called with
WAL_DEBUG enabled from XLogInsert().

LOG:  INSERT @ 0/3740978: prev 0/3740938; xid 5699: Transaction -
commit: 2008-10-14 03:14:14.866437+01; subxacts: 10447936 0
STATEMENT:  commit;
LOG:  INSERT @ 0/37409F0: prev 0/37409B0; xid 5702: Transaction -
commit: 2008-10-14 03:14:17.687843+01; subxacts: 10447936 0
STATEMENT:  commit;

The arrays... work fine in recovery, just not prior to inserting.

Anyway, that led me a merry dance with other code. 

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Window Functions patch v06
Next
From: Tom Lane
Date:
Subject: Re: xact_desc