Re: VACUUM's "No one parent tuple was found", redux

Barry Lind <barry@xythos.com>

From: Barry Lind <barry@xythos.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgreSQL.org
Date: 2002-08-13T16:09:16Z
Lists: pgsql-hackers

Tom Lane wrote:

>
>Also, for Mario and Barry: does this test case look anything like what
>your real applications do?  In particular, do you ever do a SELECT FOR
>UPDATE in a transaction that commits some changes, but does not update
>or delete the locked-for-update row?  If not, it's possible there are
>yet more bugs lurking in this.
>
This certainly seems plausible for my application.

--Barry