forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4c83e59
committed
Increase size of shared memory for pg_commit_ts
Like5364b35 did for pg_commit, change the formula used todetermine number of pg_commit_ts buffers, which helps performance withlarger servers.Discussion:https://postgr.es/m/20210115220744.GA24457@alvherre.pgsqlReviewed-by: Noah Misch <noah@leadboat.com>Reviewed-by: Tomas Vondra <tomas.vondra@enterprisedb.com>1 parente712254 commit4c83e59
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
508 | 508 |
| |
509 | 509 |
| |
510 | 510 |
| |
511 |
| - | |
512 |
| - | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
513 | 514 |
| |
514 | 515 |
| |
515 | 516 |
| |
516 | 517 |
| |
517 |
| - | |
| 518 | + | |
518 | 519 |
| |
519 | 520 |
| |
520 | 521 |
| |
|
0 commit comments
Comments
(0)