rows changed in current transaction - Mailing list pgsql-hackers

From Miroslav Šimulčík
Subject rows changed in current transaction
Date
Msg-id CAHRNM6-UgZ5CBMm8bs9DW9J9QuC9f0w387v1m=_=mjxi6a+_5Q@mail.gmail.com
Whole thread Raw
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: Pavel Stehule
Date:
Subject: Re: patch: shared session variables
Next
From: "Dirk Lutzebäck"
Date:
Subject: Re: hunspell and tsearch2 ?