rows modified in current transaction - Mailing list pgsql-hackers

From Miroslav Šimulčík
Subject rows modified in current transaction
Date
Msg-id CAHRNM692v_ddAFWTvWB4rQv99w=Cq4_=zH2bEgDLtfq4eEt3jA@mail.gmail.com
Whole thread
Responses Re: rows modified in current transaction
List pgsql-hackers
Hi,

is there any way to check if row have already been modified by the current transaction? I tried condition txid_current() = xmin, but there is problem with the savepoints. After every savepoint rows are getting higher xmin values, but txid_current() remains the same.

Regards,
Miroslav Simulcik

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Chronic performance issue with Replication Failover and FSM.
Next
From: Robert Haas
Date:
Subject: Re: Minor comment fixups