Обсуждение: [COMMITTERS] pgsql: Repair test for vacuum reltuples fix.

Поиск
Список
Период
Сортировка

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

От
Andrew Gierth
Дата:
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
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/733488dc6bbfb5027be9fdfcde1ee579c65187fe

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(-)