forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0981846
committed
Remove old GUC name mapping for "force_parallel_mode"
This GUC was renamed to debug_parallel_query in5352ca2. That commitadded an entry into map_old_guc_names[] to allow the old name still towork. That was done to allow a transition time where the buildfarmconfigs could be swapped over to use debug_parallel_query instead. Thatwork is now complete.Here we remove the old name with the intention of breaking any user codewhich is using force_parallel_query. As mentioned in the commit messagefor5352ca2, it appeared many users were misled into thinking thatsetting this GUC was doing something useful for them to make queries runmore quickly.Discussion:https://postgr.es/m/CAApHDvoR7EOz7Tvyzrd18FO-Dw2Cp4Uyq25TEWguK+XyCJtzOw@mail.gmail.com1 parent83c4706 commit0981846
1 file changed
+0
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
189 |
| - | |
190 | 189 |
| |
191 | 190 |
| |
192 | 191 |
| |
|
0 commit comments
Comments
(0)