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

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: why does txid_current() assign new transaction-id?
Дата
Msg-id CAHGQGwHPbkyRCTDucTyDjj=AWUYXxTKK4tZog28KdmT5aQ4npw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: why does txid_current() assign new transaction-id?  (Naoya Anzai <nao-anzai@xc.jp.nec.com>)
Ответы Re: why does txid_current() assign new transaction-id?
Список pgsql-hackers
On Wed, Jun 3, 2015 at 9:04 AM, Naoya Anzai <nao-anzai@xc.jp.nec.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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: nested loop semijoin estimates
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Re: [GENERAL] 9.4.1 -> 9.4.2 problem: could not access status of transaction 1