Re: A failure in prepared_xacts test - Mailing list pgsql-hackers

From Tom Lane
Subject Re: A failure in prepared_xacts test
Date
Msg-id 1222343.1714398316@sss.pgh.pa.us
Whole thread Raw
In response to Re: A failure in prepared_xacts test  (Richard Guo <guofenglinux@gmail.com>)
Responses Re: A failure in prepared_xacts test
Re: A failure in prepared_xacts test
List pgsql-hackers
Richard Guo <guofenglinux@gmail.com> writes:
> I noticed that some TAP tests from recovery and subscription would
> select the count from pg_prepared_xacts.  I wonder if these tests would
> be affected if there are any prepared transactions on the backend.

TAP tests shouldn't be at risk, because there is no "make
installcheck" equivalent for them.  Each TAP test creates its own
database instance (or maybe several), so that instance won't have
anything else going on.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Ranier Vilela
Date:
Subject: Possible data race on Windows (src/bin/pg_dump/parallel.c)
Next
From: Heikki Linnakangas
Date:
Subject: Direct SSL connection and ALPN loose ends