Skip to content
Snippets Groups Projects
Commit 037709e0 authored by Tom Lane's avatar Tom Lane
Browse files

Reduce default value of max_prepared_transactions from 50 to 5. This

saves nearly 700kB in the default shared memory segment size, which seems
worthwhile, and it is a feature that many users won't use anyway.  Per
Heikki's argument, there is no point in a compromise value --- those who
are using 2PC at all will probably want it at least equal to max_connections.
But we can't set it to zero by default without breaking the prepared_xacts
regression test.
parent 8aec77fb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment