pgsql: Fix test instability introduced in e349c95d3e9 due to async dedu

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix test instability introduced in e349c95d3e9 due to async dedu
Дата
Msg-id E1ncXQD-000mCa-Me@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix test instability introduced in e349c95d3e9 due to async deduplication.

The statement emitting notifies tried to make sure page boundaries were
crossed, but failed to do so reliably due to deduplication.

Reported-By: chap@anastigmatix.net
Discussion: https://postgr.es/m/20220407185408.n7dvsgqsb3q6uze7@alap3.anarazel.de

Branch
------
master

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

Modified Files
--------------
src/test/isolation/expected/stats.out   | 22 +++++++++++-----------
src/test/isolation/expected/stats_1.out | 22 +++++++++++-----------
src/test/isolation/specs/stats.spec     |  4 ++--
3 files changed, 24 insertions(+), 24 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add isolation tests for snapshot behavior in ri_triggers.c
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Rewrite some RI code to avoid using SPI