mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
doc: clarify log_connections new "setup_durations" output
This commit is contained in:
@ -7527,12 +7527,12 @@ local0.* /var/log/postgresql
|
|||||||
<entry><literal>setup_durations</literal></entry>
|
<entry><literal>setup_durations</literal></entry>
|
||||||
<entry>
|
<entry>
|
||||||
Logs the time spent establishing the connection and setting up the
|
Logs the time spent establishing the connection and setting up the
|
||||||
backend at the time the connection is ready to execute its first
|
backend until the connection is ready to execute its first
|
||||||
query. The log message includes the total setup duration, starting
|
query. The log message includes three durations: the total
|
||||||
from the postmaster accepting the incoming connection and ending
|
setup duration (starting from the postmaster accepting the
|
||||||
when the connection is ready for query. It also includes the time
|
incoming connection and ending when the connection is ready
|
||||||
it took to fork the new backend and the time it took to
|
for query), the time it took to fork the new backend, and
|
||||||
authenticate the user.
|
the time it took to authenticate the user.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user