forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit26f4c14
committed
Put back explicit setting of replication values within TAP tests.
Commit151c0c5 neglected the possibility that a TEMP_CONFIG filewould explicitly set max_wal_senders=0; as indeed buildfarm memberthorntail does, so that it can test wal_level=minimal in other testsuites. Hence, rather than assuming that max_wal_senders=10 willprevail if we say nothing, set it explicitly.Set max_replication_slots=10 explicitly too, just to be safe.Back-patch to v10, like the previous patch.Discussion:https://postgr.es/m/723911.1601417626@sss.pgh.pa.us1 parent3ae6ed9 commit26f4c14
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
| 446 | + | |
| 447 | + | |
446 | 448 |
| |
447 |
| - | |
448 | 449 |
| |
449 | 450 |
| |
450 | 451 |
| |
451 | 452 |
| |
452 | 453 |
| |
| 454 | + | |
| 455 | + | |
453 | 456 |
| |
454 | 457 |
| |
455 | 458 |
| |
|
0 commit comments
Comments
(0)