mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Remove wal_keep_segments from default configuration in PostgresNode.pm
This is only used in the pg_rewind tests, so only set it there. It's better if other tests run closer to a default configuration. Author: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
@ -435,7 +435,6 @@ sub init
|
||||
}
|
||||
print $conf "max_wal_senders = 5\n";
|
||||
print $conf "max_replication_slots = 5\n";
|
||||
print $conf "wal_keep_segments = 20\n";
|
||||
print $conf "max_wal_size = 128MB\n";
|
||||
print $conf "shared_buffers = 1MB\n";
|
||||
print $conf "wal_log_hints = on\n";
|
||||
|
Reference in New Issue
Block a user