Re: why does txid_current() assign new transaction-id?

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Naoya Anzai <nao-anzai(at)xc(dot)jp(dot)nec(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Akio Iwaasa <aki-iwaasa(at)vt(dot)jp(dot)nec(dot)com>
Subject: Re: why does txid_current() assign new transaction-id?
Date: 2015-06-03 03:13:39
Message-ID: CAHGQGwHPbkyRCTDucTyDjj=AWUYXxTKK4tZog28KdmT5aQ4npw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 3, 2015 at 9:04 AM, Naoya Anzai <nao-anzai(at)xc(dot)jp(dot)nec(dot)com> wrote:
>> > diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
>> > index 89a609f..6485b42 100644
>> > --- a/doc/src/sgml/func.sgml
>> > +++ b/doc/src/sgml/func.sgml
>> > @@ -16233,7 +16233,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
>> > <row>
>> > <entry><literal><function>txid_current()</function></literal></entry>
>> > <entry><type>bigint</type></entry>
>> > - <entry>get current transaction ID</entry>
>> > + <entry>get current transaction ID, assigning a new one if current transaction does not have one</entry>
>> ^ the
>
> That looks good.

Committed. Thanks!

Regards,

--
Fujii Masao

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2015-06-03 03:42:55 Re: Re: [GENERAL] 9.4.1 -> 9.4.2 problem: could not access status of transaction 1
Previous Message Tom Lane 2015-06-03 02:10:22 Re: nested loop semijoin estimates