Re: autovacuum locks - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: autovacuum locks
Date
Msg-id 4F547A9D0200002500045F19@gw.wicourts.gov
Whole thread Raw
In response to autovacuum locks  (Gregg Jaskiewicz <gryzman@gmail.com>)
List pgsql-hackers
Gregg Jaskiewicz  wrote:
> Also, on the subject of prepared transactions (2PC), the "select *
> from pg_prepared_xacts ;" query simply does not reveal anything,
> despite the fact that I know that there should be at least two of
> those open.
> Unless it only list saved transactions, not a transaction in the
> middle of operation.
Transactions only appear there between the PREPARE statement and the
COMMIT.  Hopefully that is a small window of time for each
transaction.
-Kevin


pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Collect frequency statistics for arrays
Next
From: Simon Riggs
Date:
Subject: Checksums, state of play