diff options
| author | Michael Meskes <meskes@postgresql.org> | 2006-05-31 08:12:48 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2006-05-31 08:12:48 +0000 |
| commit | 085e7c2fd8bb7a19603d670a1afc8db4d6acef08 (patch) | |
| tree | e8c98b2e0349c595d488adf6b4c8f56d3d7555ed /src/interfaces/ecpg/ChangeLog | |
| parent | a0ffab351e2dca12200e95c45f6edf5ddebe78b0 (diff) | |
| download | postgresql-085e7c2fd8bb7a19603d670a1afc8db4d6acef08.tar.gz | |
Somehow a ";" got lost which changed the logic. This btw is the first fix resulting from SoC.
Diffstat (limited to 'src/interfaces/ecpg/ChangeLog')
| -rw-r--r-- | src/interfaces/ecpg/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog index 60a77fa6bc..44fab3b454 100644 --- a/src/interfaces/ecpg/ChangeLog +++ b/src/interfaces/ecpg/ChangeLog @@ -2001,6 +2001,10 @@ Fri, 17 Mar 2006 16:38:19 +0100 Mo Apr 24 11:40:05 CEST 2006 - Fixed memory leak bugs found by Martijn Oosterhout. + +Mi Mai 31 10:10:36 CEST 2006 + + - Fixed PGTYPESdate_from_timestamp because some characters got lost there - Set ecpg library version to 5.2. - Set ecpg version to 4.2.1. |
