Increase size of shared memory for pg_commit_ts

Like 5364b357fb11 did for pg_commit, change the formula used to
determine number of pg_commit_ts buffers, which helps performance with
larger servers.

Discussion: https://postgr.es/m/[email protected]
Reviewed-by: Noah Misch <[email protected]>
Reviewed-by: Tomas Vondra <[email protected]>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4c83e59e01a89b0b19245b8e0317d87ae60226eb

Modified Files
--------------
src/backend/access/transam/commit_ts.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Reply via email to