Thread: [COMMITTERS] pgsql: Repair test for vacuum reltuples fix.

[COMMITTERS] pgsql: Repair test for vacuum reltuples fix.

From
Andrew Gierth
Date:
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(-)