File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7527,12 +7527,12 @@ local0.* /var/log/postgresql
7527
7527
<entry><literal>setup_durations</literal></entry>
7528
7528
<entry>
7529
7529
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.
7536
7536
</entry>
7537
7537
</row>
7538
7538
You can’t perform that action at this time.
0 commit comments