Fix typo in connection limits test

Spotted while doing post-commit review.
This commit is contained in:
Daniel Gustafsson 2024-10-11 10:04:23 +02:00
parent 099c572d33
commit 682512dca8

View File

@ -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.