forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb48af6d
committed
Fix initdb's handling of min_wal_size and max_wal_size.
In commit3e51b27, I misinterpreted the coding in setup_config()as setting min_wal_size and max_wal_size to compile-time-constantvalues. But it's not: there's a hidden dependency on --wal-segsize.Therefore leaving these variables commented out is the wrong thing.Per report from Andres Freund.Discussion:https://postgr.es/m/20230322200751.jvfvsuuhd3hgm6vv@awork3.anarazel.de1 parent4fe2aa7 commitb48af6d
1 file changed
+7
-6
lines changedLines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1279 | 1279 |
| |
1280 | 1280 |
| |
1281 | 1281 |
| |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
1282 | 1289 |
| |
1283 | 1290 |
| |
1284 | 1291 |
| |
| |||
1289 | 1296 |
| |
1290 | 1297 |
| |
1291 | 1298 |
| |
1292 |
| - | |
1293 |
| - | |
1294 |
| - | |
1295 |
| - | |
1296 |
| - | |
1297 |
| - | |
1298 | 1299 |
| |
1299 | 1300 |
| |
1300 | 1301 |
| |
|
0 commit comments
Comments
(0)