Re: Fixing WAL instability in various TAP tests

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fixing WAL instability in various TAP tests
Дата
Msg-id 2855067.1632853218@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fixing WAL instability in various TAP tests  (Mark Dilger <mark.dilger@enterprisedb.com>)
Список pgsql-hackers
Mark Dilger <mark.dilger@enterprisedb.com> writes:
> Looking closer at the TAP test, it's not ORDERing the result set from the SELECTs on either node, but it is comparing
thesets for stringwise equality, which is certainly order dependent. 

Well, it's forcing a bitmap scan, so what we're getting is the native
ordering of a bitmapscan result.  That should match, given that what
we're doing is physical replication.  I think adding ORDER BY would
be more likely to obscure real issues than hide test instability.

            regards, tom lane



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

Предыдущее
От: Jacob Champion
Дата:
Сообщение: Re: [PATCH] Support pg_ident mapping for LDAP
Следующее
От: Mark Dilger
Дата:
Сообщение: Re: Fixing WAL instability in various TAP tests