pgsql: Fix tests for replication slots stats.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Fix tests for replication slots stats.
Дата
Msg-id E1lh3QO-0002Vc-Jj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix tests for replication slots stats.

Some of the tests were not considering that the slot's spill stats could be
received by the stats collector after we have reset the stats. Remove
those tests and don't check total bytes decoded and sent to output plugin
in the spilled stats test as we can send the spilled stats to the stats
collector before actually sending the changes to output plugin.

Reported-by: Tom Lane as per buildfarm
Author: Vignesh C, Sawada Masahiko
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/20210319185247.ldebgpdaxsowiflw@alap3.anarazel.de

Branch
------
master

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

Modified Files
--------------
contrib/test_decoding/expected/stats.out | 46 +++-----------------------------
contrib/test_decoding/sql/stats.sql      | 12 +--------
2 files changed, 5 insertions(+), 53 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: update PG 14 release notes based on current feedback
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_amcheck: Message style and formatting improvements