pgsql: Stabilize pg_stat_io writes test

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Stabilize pg_stat_io writes test
Дата
Msg-id E1peQcH-004ZK3-3G@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Stabilize pg_stat_io writes test

Counting writes only for io_context = 'normal' is unreliable, as backends
using a buffer access strategy could flush all of the dirty buffers out from
under the other backends and checkpointer. Change the test to count writes in
any context. This achieves roughly the same coverage anyway.

Reported-by: Justin Pryzby <pryzby@telsasoft.com>
Author: Melanie Plageman <melanieplageman@gmail.com>
Discussion: https://www.postgresql.org/message-id/ZAnWU8WbXEDjrfUE%40telsasoft.com

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/stats.out | 8 ++++----
src/test/regress/sql/stats.sql      | 9 ++++-----
2 files changed, 8 insertions(+), 9 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: meson: rename html_help target to htmlhelp
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix race in parallel hash join batch cleanup, take II.