- Notifications
You must be signed in to change notification settings - Fork5k
Commit2b49492
committed
initdb: Do not report default autovacuum_worker_slots.
Commit6d01541 taught initdb to lower the default value ofautovacuum_worker_slots for systems with very few semaphores. Italso added a "fake" report for the chosen value, i.e., initdbprints a message about selecting the default, but the value wasalready selected in a previous test. Per discussion, this is not aprecedent we want to set, and it seems unnecessary to reporteverything derived from max_connections, so let's remove the "fake"report.Reported-by: Peter Eisentraut <peter@eisentraut.org>Suggested-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/de722583-4ba4-4063-bc41-e20684978116%40eisentraut.org1 parentfaced8e commit2b49492
1 file changed
+0
-7
lines changedLines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1186 | 1186 |
| |
1187 | 1187 |
| |
1188 | 1188 |
| |
1189 |
| - | |
1190 |
| - | |
1191 |
| - | |
1192 |
| - | |
1193 |
| - | |
1194 |
| - | |
1195 |
| - | |
1196 | 1189 |
| |
1197 | 1190 |
| |
1198 | 1191 |
| |
|
0 commit comments
Comments
(0)