Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit12b964d

Browse files
committed
Remove reachable call to pg_unreachable().
The loop just before this uses break, not return, so this lineis reachable. Commitcafe105introduced this issue.Jelte Fennema-Nio, reviewed by Tristan PartinDiscussion:http://postgr.es/m/CAGECzQTO72jKed5461W8cytV2Msh_e+WUZjOyX_RUQCbjk4LRA@mail.gmail.com
1 parent096a761 commit12b964d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/bin/psql/command.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3815,8 +3815,6 @@ wait_until_connected(PGconn *conn)
38153815
pg_unreachable();
38163816
}
38173817
}
3818-
3819-
pg_unreachable();
38203818
}
38213819

38223820
void

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp