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

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема [COMMITTERS] pgsql: Repair test for vacuum reltuples fix.
Дата
Msg-id E1cotA8-0002vi-IM@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Rename "pg_clog" directory to "pg_xact".
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: pageinspect: Add page_checksum function