pgsql: Try to fix pg_walsummary buildfarm failures.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Try to fix pg_walsummary buildfarm failures.
Дата
Msg-id E1rO1Fy-000xOY-85@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Try to fix pg_walsummary buildfarm failures.

Apparently the new tuple isn't guaranteed to end up at the end of
the relation, so make the test not depend on that happening.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a7097ca630a25dd2248229f21ebce4968d85d10a

Modified Files
--------------
src/bin/pg_walsummary/t/002_blocks.pl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Add new pg_walsummary tool.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow subquery pullup to wrap a PlaceHolderVar in another one.