Skip to content

Commit 7f5c07a

Browse files
author
James William Pye
committed
Change wording a bit.
1 parent 147e9d1 commit 7f5c07a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

postgresql/documentation/changes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Changes
1515
to cause a problem, but when the optimized module is available, it will hold
1616
a reference to the "old" version of the message_types data. Subsequently, the
1717
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.
18+
errors. The fix is to use the '==' operator. This does not add any
19+
significant overhead, but use of 'is' may return if some permanent storage
20+
method becomes available.
2121
[Reported by Radomir Stevanovic]
2222

2323

0 commit comments

Comments
 (0)