forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit901a9d5
committed
Remove unportable test
The ssl test "IPv4 host with CIDR mask does not match" apparently hasa portability problem. Some operating systems don't reject the hostname specification "192.0.2.1/32" as an IP address, and that is thenlater rejected when the SNI is set, which results in a different errormessage that the test is supposed to verify.The value of the test has been questioned in the discussion, and itwas suggested that removing it would be an acceptable fix, so that'swhat this is doing.Reported-by: Nazir Bilal Yavuz <byavuz81@gmail.com>Bug: #17522Discussion:https://www.postgresql.org/message-id/flat/17522-bfcd5c603b5f4daa%40postgresql.org1 parent1f50918 commit901a9d5
1 file changed
+0
-7
lines changedLines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 |
| - | |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
342 |
| - | |
343 | 336 |
| |
344 | 337 |
| |
345 | 338 |
| |
|
0 commit comments
Comments
(0)