pgsql: Repair test for vacuum reltuples fix.

From: Andrew Gierth <rhodiumtoad(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Repair test for vacuum reltuples fix.
Date: 2017-03-17 14:47:28
Message-ID: E1cotA8-0002vh-IH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2017-03-17 14:51:43 Re: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver
Previous Message Tom Lane 2017-03-17 14:04:40 Re: pgsql: Rename "pg_clog" directory to "pg_xact".