Re: pgsql: Fix document bug regarding read only transactions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
Cc: ishii(at)postgresql(dot)org, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix document bug regarding read only transactions.
Date: 2017-06-15 01:44:15
Message-ID: 25261.1497491055@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp> writes:
>> I think the correct fix would have been to change "update sequences"
>> to "update temporary sequences", not to remove it.

> Not sure. The paragraph tries to explain the difference between read
> only transactions and standby.

Right, but what I think it is comparing is a read-only transaction
on the master and a transaction on the standby. The former can do
nextval() on temp sequences, the latter can't.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2017-06-15 02:00:32 Re: pgsql: Fix document bug regarding read only transactions.
Previous Message Tatsuo Ishii 2017-06-15 01:41:04 Re: pgsql: Fix document bug regarding read only transactions.