mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Remove reachable call to pg_unreachable().
The loop just before this uses break, not return, so this line
is reachable. Commit cafe105655
introduced this issue.
Jelte Fennema-Nio, reviewed by Tristan Partin
Discussion: http://postgr.es/m/CAGECzQTO72jKed5461W8cytV2Msh_e+WUZjOyX_RUQCbjk4LRA@mail.gmail.com
This commit is contained in:
@ -3815,8 +3815,6 @@ wait_until_connected(PGconn *conn)
|
||||
pg_unreachable();
|
||||
}
|
||||
}
|
||||
|
||||
pg_unreachable();
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user