pgsql: Stabilize streaming tests in test_decoding.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Stabilize streaming tests in test_decoding.
Дата
Msg-id E1nh18Z-000Ct2-1M@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Stabilize streaming tests in test_decoding.

We have some streaming tests that rely on the size of changes which can
fail if there are additional changes like invalidation messages by
background activity like auto analyze. Avoid such failures by increasing
autovacuum_naptime to a reasonably high value (1d).

Author: Dilip Kumar
Backpatch-through: 14
Discussion: https://postgr.es/m/1958043.1650129119@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/74547b9c23f9f7ecfc6511e055982b8d5f51ae88

Modified Files
--------------
contrib/test_decoding/logical.conf | 1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Doc: use "an SQL" consistently rather than "a SQL"
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: ExecModifyTable: use context.planSlot instead of planSlot