- Notifications
You must be signed in to change notification settings - Fork5.2k
Commitff245a3
committed
Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.
The old wording described these as being multiplied by max_connectionsplus max_prepared_transactions, which hasn't been exactly right forsome time thanks to the addition of various auxiliary processes.Moreover, exactness here is a bit pointless given that the lock tablescan expand into the initially-unallocated "slop" space in sharedmemory. Rather than trying to track exactly what the code is doing,let's just use the term "server processes".Likewise adjust these GUCs' description strings in guc_tables.c.Wang Wei, reviewed by Nathan Bossart and myselfDiscussion:https://postgr.es/m/OS3PR01MB6275BDD09C9B875C65FCC5AB9EA39@OS3PR01MB6275.jpnprd01.prod.outlook.com1 parent888f2ea commitff245a3
File tree
2 files changed
+18
-20
lines changed- doc/src/sgml
- src/backend/utils/misc
2 files changed
+18
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10236 | 10236 | | |
10237 | 10237 | | |
10238 | 10238 | | |
10239 | | - | |
10240 | | - | |
10241 | | - | |
10242 | | - | |
| 10239 | + | |
| 10240 | + | |
| 10241 | + | |
10243 | 10242 | | |
10244 | | - | |
10245 | | - | |
| 10243 | + | |
| 10244 | + | |
10246 | 10245 | | |
10247 | 10246 | | |
10248 | 10247 | | |
| |||
10253 | 10252 | | |
10254 | 10253 | | |
10255 | 10254 | | |
10256 | | - | |
10257 | | - | |
| 10255 | + | |
| 10256 | + | |
10258 | 10257 | | |
10259 | 10258 | | |
10260 | 10259 | | |
| |||
10268 | 10267 | | |
10269 | 10268 | | |
10270 | 10269 | | |
10271 | | - | |
10272 | | - | |
10273 | | - | |
10274 | | - | |
| 10270 | + | |
| 10271 | + | |
| 10272 | + | |
10275 | 10273 | | |
10276 | | - | |
10277 | | - | |
| 10274 | + | |
| 10275 | + | |
10278 | 10276 | | |
10279 | 10277 | | |
10280 | 10278 | | |
10281 | | - | |
| 10279 | + | |
10282 | 10280 | | |
10283 | 10281 | | |
10284 | 10282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2599 | 2599 | | |
2600 | 2600 | | |
2601 | 2601 | | |
2602 | | - | |
2603 | | - | |
2604 | | - | |
| 2602 | + | |
| 2603 | + | |
| 2604 | + | |
2605 | 2605 | | |
2606 | 2606 | | |
2607 | 2607 | | |
| |||
2612 | 2612 | | |
2613 | 2613 | | |
2614 | 2614 | | |
2615 | | - | |
2616 | | - | |
| 2615 | + | |
| 2616 | + | |
2617 | 2617 | | |
2618 | 2618 | | |
2619 | 2619 | | |
| |||
0 commit comments
Comments
(0)