forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc56e8af
committed
Fix comment for MAX_BACKENDS.
This comment mentions that we check that the configured number ofbackends does not exceed MAX_BACKENDS in RegisterBackgroundWorker()and relevant GUC check hooks, neither of which has those checksanymore. To fix, adjust this comment to say that we do the checkin InitializeMaxBackends().Oversights in commits6bc8ef0 and0b1fe14.Reviewed-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/Z7zOEzz8lNjaU9yf%40nathan1 parente87c14b commitc56e8af
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
| 35 | + | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
0 commit comments
Comments
(0)