mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo in connection limits test
Spotted while doing post-commit review.
This commit is contained in:
parent
099c572d33
commit
682512dca8
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ SKIP:
|
|||
# postmaster cannot accept() them fast enough. The exact limit
|
||||
# and behavior depends on the platform. To make this reliable,
|
||||
# we attempt SSL negotiation on each connection before opening
|
||||
# next one. The server will reject the SSL negotations, but
|
||||
# next one. The server will reject the SSL negotiations, but
|
||||
# when it does so, we know that the backend has been launched
|
||||
# and we should be able to open another connection.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue