Skip to content

Commit 089f27c

Browse files
committed
doc: clarify log_connections new "setup_durations" output
1 parent bf6034d commit 089f27c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/config.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7527,12 +7527,12 @@ local0.* /var/log/postgresql
75277527
<entry><literal>setup_durations</literal></entry>
75287528
<entry>
75297529
Logs the time spent establishing the connection and setting up the
7530-
backend at the time the connection is ready to execute its first
7531-
query. The log message includes the total setup duration, starting
7532-
from the postmaster accepting the incoming connection and ending
7533-
when the connection is ready for query. It also includes the time
7534-
it took to fork the new backend and the time it took to
7535-
authenticate the user.
7530+
backend until the connection is ready to execute its first
7531+
query. The log message includes three durations: the total
7532+
setup duration (starting from the postmaster accepting the
7533+
incoming connection and ending when the connection is ready
7534+
for query), the time it took to fork the new backend, and
7535+
the time it took to authenticate the user.
75367536
</entry>
75377537
</row>
75387538

0 commit comments

Comments
 (0)