Skip to content

Commit 12b964d

Browse files
committed
Remove reachable call to pg_unreachable().
The loop just before this uses break, not return, so this line is reachable. Commit cafe105 introduced this issue. Jelte Fennema-Nio, reviewed by Tristan Partin Discussion: http://postgr.es/m/CAGECzQTO72jKed5461W8cytV2Msh_e+WUZjOyX_RUQCbjk4LRA@mail.gmail.com
1 parent 096a761 commit 12b964d

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)