[COMMITTERS] pgsql: Repair test for vacuum reltuples fix. - Mailing list pgsql-committers

From Andrew Gierth
Subject [COMMITTERS] pgsql: Repair test for vacuum reltuples fix.
Date
Msg-id E1cotA8-0002vh-IH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Repair test for vacuum reltuples fix.

Concurrent auto-analyze could be holding a snapshot, affecting the
removal of deleted row versions.  Remove the deletion to avoid this
happening.  Per buildfarm.

In passing, make the test independent of assumptions of physical row
order, just out of sheer paranoia.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/64ae420b275a82534732aafd9d550b9982ca0a5d

Modified Files
--------------
src/test/isolation/expected/vacuum-reltuples.out | 13 +++++--------
src/test/isolation/specs/vacuum-reltuples.spec   |  7 +++++--
2 files changed, 10 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Rename "pg_clog" directory to "pg_xact".
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: pageinspect: Add page_checksum function