forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4964253
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 parente176187 commit4964253
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
469 | 469 |
| |
470 | 470 |
| |
471 | 471 |
| |
472 |
| - | |
| 472 | + | |
| 473 | + | |
473 | 474 |
| |
474 | 475 |
| |
475 | 476 |
| |
476 | 477 |
| |
477 | 478 |
| |
| 479 | + | |
| 480 | + | |
478 | 481 |
| |
479 | 482 |
| |
480 | 483 |
| |
|
0 commit comments
Comments
(0)