We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147e9d1 commit 7f5c07aCopy full SHA for 7f5c07a
1 file changed
postgresql/documentation/changes.txt
@@ -15,9 +15,9 @@ Changes
15
to cause a problem, but when the optimized module is available, it will hold
16
a reference to the "old" version of the message_types data. Subsequently, the
17
use of the 'is' operator is then broken resulting in superfluous protocol
18
- errors. The fix for 0.9.2 is to use the actual comparison operator.
19
- This does not add any significant overhead, but use of 'is' may return if
20
- some permanent storage method becomes available.
+ errors. The fix is to use the '==' operator. This does not add any
+ significant overhead, but use of 'is' may return if some permanent storage
+ method becomes available.
21
[Reported by Radomir Stevanovic]
22
23
0 commit comments