pgsql: Fix test case added by commit f5fc2f5b23.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Fix test case added by commit f5fc2f5b23.
Дата
Msg-id E1lYKor-0006Uc-Iu@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix test case added by commit f5fc2f5b23.

In the new test after resetting the stats, we were not waiting for the
stats message to be delivered. Also, we need to decode the results for
the new test, otherwise, it will show the old stats.

In passing,
a. Change docs added by commit f5fc2f5b23 as per suggestion by
Justin Pryzby.
b. Bump the PGSTAT_FILE_FORMAT_ID as commit f5fc2f5b23 changes the file
format of stats.

Reported-by: Tom Lane based on buildfarm reports
Author: Vignesh C, Justin Pryzby
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/20210319185247.ldebgpdaxsowiflw@alap3.anarazel.de

Branch
------
master

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

Modified Files
--------------
contrib/test_decoding/expected/stats.out | 57 +++++++++++++++++++++-----------
contrib/test_decoding/sql/stats.sql      | 18 ++++++----
doc/src/sgml/monitoring.sgml             | 10 +++---
src/include/pgstat.h                     |  2 +-
4 files changed, 55 insertions(+), 32 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix typos and grammar in comments and docs
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Use correct format placeholder for pids