How do you want a patch. I will give you page and line from the existing PDF,
if that is what you would like.
--
Regards
Leslie
Mr. Leslie Satenstein
40 years in IT and going strong.
Yesterday was a good day, today is a better day,
and tomorrow will be even better.
mailto
Excerpts from Leslie S Satenstein's message of lun mar 21 16:16:03 -0300 2011:
> To the person responsible.
>
> Before you create the next update to the PDF files, please do a review to
> correct all the prototypes that have their text being truncated at the right
> margin. The respecting of ma
To the person responsible.
Before you create the next update to the PDF files, please do a review to
correct all the prototypes that have their text being truncated at the right
margin. The respecting of margins means I may be able to use my e-book to read
the pdf. I do a lot of commuting and
This page:
http://www.postgresql.org/docs/9.0/interactive/kernel-resources.html
has formula:
ceil((max_connections + autovacuum_max_workers) / 16)
for number of semaphore sets (identifiers).
It seems to be wrong (outdated).
Correct formula seems to be
ceil((max_connections + autovacuum_max_wo