Commit 7891a0d5 authored by Amit Kapila's avatar Amit Kapila

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
parent 08a9e7a8
wal_level = logical wal_level = logical
max_replication_slots = 4 max_replication_slots = 4
logical_decoding_work_mem = 64kB logical_decoding_work_mem = 64kB
autovacuum_naptime = 1d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment