Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9301308

Browse filesBrowse files
Fix indentation from cafe105
Per buildfarm animal koel
1 parent 226261f commit 9301308
Copy full SHA for 9301308

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/bin/psql/command.c

Copy file name to clipboardExpand all lines: src/bin/psql/command.c
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3784,8 +3784,8 @@ wait_until_connected(PGconn *conn)
37843784
/*
37853785
* If the user sends SIGINT between the cancel_pressed check, and
37863786
* 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.
3787+
* just wait until the next step in the connection sequence or
3788+
* forever, which might require users to send SIGTERM or SIGQUIT.
37893789
*
37903790
* Some solutions would include the "self-pipe trick," using
37913791
* pselect(2) and ppoll(2), or using a timeout.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.