-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct a problem where SELECT operations returning bytearrays yield …
…corrupted data from PostgreSQL servers at version 9.0 and beyond.
- Loading branch information
kennykb
committed
Jul 13, 2012
1 parent
29fc64f
commit 5948b86
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2012-07-13 Kevin B. Kenny <[email protected]> | ||
|
||
* generic/tdbcpostgres.c: Corrected a problem where PostgreSQL 9.0 | ||
and beyond return byte arrays in an | ||
incompatible format, yielding silent | ||
data corruption in SELECT operations. | ||
(Bug [4357c31d89]) | ||
|
||
2012-07-10 Kevin B. Kenny <[email protected]> | ||
|
||
* generic/tdbcpostgres.c: Fixed a non-static table argument to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters