Skip to content

Commit d115ee6

Browse files
author
James William Pye
committed
Note the no route to host bug.
1 parent 66c0181 commit d115ee6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

postgresql/documentation/changes.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Changes
66

77
* Correct types.Array binary serialization (8.5 added extra checks)
88
* Add more encoding name mapping entries.
9-
* Documentation improvements.
109
* Correct protocol message type comparison method.
1110
In 0.9.1 and before, types were compared using 'is' because all
1211
message type objects were loaded from a tuple created by the
@@ -17,8 +16,12 @@ Changes
1716
use of the 'is' operator is then broken resulting in superfluous protocol
1817
errors. The fix is to use the '==' operator. This does not add any
1918
significant overhead, but use of 'is' may return if some permanent storage
20-
method becomes available.
21-
[Reported by Radomir Stevanovic]
19+
method becomes available. [Reported by Radomir Stevanovic]
20+
* Documentation improvements.
21+
* Fix a bug revealed by a no route to host connection failure. Ended in an
22+
ambiguous KeyError due there being no message string for that particular
23+
errno. Add an appropriate message string fallback on a default message when
24+
a specific one doesn't exist.
2225

2326

2427
0.9.1 released on 2009-08-12

0 commit comments

Comments
 (0)