8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226261f commit 9301308Copy full SHA for 9301308
src/bin/psql/command.c
@@ -3784,8 +3784,8 @@ wait_until_connected(PGconn *conn)
3784
/*
3785
* If the user sends SIGINT between the cancel_pressed check, and
3786
* polling of the socket, it will not be recognized. Instead, we will
3787
- * just wait until the next step in the connection sequence or forever,
3788
- * which might require users to send SIGTERM or SIGQUIT.
+ * just wait until the next step in the connection sequence or
+ * forever, which might require users to send SIGTERM or SIGQUIT.
3789
*
3790
* Some solutions would include the "self-pipe trick," using
3791
* pselect(2) and ppoll(2), or using a timeout.
0 commit comments