Re: why does txid_current() assign new transaction-id? - Mailing list pgsql-hackers

From Naoya Anzai
Subject Re: why does txid_current() assign new transaction-id?
Date
Msg-id 116262CF971C844FB6E793F8809B51C6E9224B@BPXM02GP.gisp.nec.co.jp
Whole thread Raw
In response to Re: why does txid_current() assign new transaction-id?  (Christoph Berg <myon@debian.org>)
Responses Re: why does txid_current() assign new transaction-id?  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
> > 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.

Regards,

Naoya

---
Naoya Anzai
Engineering Department
NEC Solution Inovetors, Ltd.
E-Mail: nao-anzai@xc.jp.nec.com
---



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: nested loop semijoin estimates
Next
From: Amit Langote
Date:
Subject: Re: checkpointer continuous flushing