rows modified in current transaction

Поиск
Список
Период
Сортировка
От Miroslav Šimulčík
Тема rows modified in current transaction
Дата
Msg-id CAHRNM692v_ddAFWTvWB4rQv99w=Cq4_=zH2bEgDLtfq4eEt3jA@mail.gmail.com
обсуждение исходный текст
Ответы Re: rows modified in current transaction
Список pgsql-hackers
<span
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Hi,</span><div
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br
/></div><div
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">isthere any
wayto check if row have already been modified by the current transaction? I tried condition txid_current() = xmin, but
thereis problem with the savepoints. After every savepoint rows are getting higher xmin values, but txid_current()
remainsthe same.</div><div
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br
/></div><divstyle="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Regards,</div><div
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Miroslav
Simulcik</div>

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Chronic performance issue with Replication Failover and FSM.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Minor comment fixups