Re: tracking commit timestamps - Mailing list pgsql-hackers

From Petr Jelinek
Subject Re: tracking commit timestamps
Date
Msg-id 54593F10.3030405@2ndquadrant.com
Whole thread Raw
In response to Re: tracking commit timestamps  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On 04/11/14 09:05, Andres Freund wrote:
> On 2014-11-02 19:27:25 +0100, Petr Jelinek wrote:
>> Well, Michael has point that the extradata is pretty much useless currently,
>> perhaps it would help to add the interface to set extradata?
>
> Only accessible via C and useless aren't the same thing. But sure, add
> it.
>

I actually meant nicer C api - the one that will make it possible to say 
for this transaction, use this extradata (or for all transactions from 
now on done by this backend use this extradata), instead of current API 
where you have to overwrite what RecordCommit already wrote.


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



pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: Sequence Access Method WIP
Next
From: Alvaro Herrera
Date:
Subject: Re: WAL replay bugs