forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit53a4936
committed
Doc: add commentary about cowboy assignment of maintenance_work_mem.
Whilst working on commit041e8b9 I happened to notice thatparallel_vacuum_main() assigns directly to the maintenance_work_memGUC. This is definitely not per project conventions, so I tried tofix it to use SetConfigOption(). But that fails with "parametercannot be set during a parallel operation". It doesn't seem worthworking on a cleaner answer, at least not till we have a few moreinstances of similar problems. But add some commentary, just sonobody gets the idea that this is an approved way to set a GUC.1 parentd4c3a6b commit53a4936
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1032 | 1032 |
| |
1033 | 1033 |
| |
1034 | 1034 |
| |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
1035 | 1042 |
| |
1036 | 1043 |
| |
1037 | 1044 |
| |
|
0 commit comments
Comments
(0)