diff options
author | Michael Meskes <meskes@postgresql.org> | 2007-05-17 20:07:35 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2007-05-17 20:07:35 +0000 |
commit | 3e7956cab72bf60aee5321639ad2f09033484a7a (patch) | |
tree | 2a3a921e87241d2dda9fc77978fa3190b7cb7ba8 /src | |
parent | b11123b675d9317f771d2bc44f72594de329098d (diff) | |
download | postgresql-3e7956cab72bf60aee5321639ad2f09033484a7a.tar.gz postgresql-3e7956cab72bf60aee5321639ad2f09033484a7a.zip |
Removed mktime() call to hopefully get rid of some compatibility problems.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog index 5d732f5f1a9..a2ae3e9d4a2 100644 --- a/src/interfaces/ecpg/ChangeLog +++ b/src/interfaces/ecpg/ChangeLog @@ -2184,13 +2184,18 @@ Thu, 29 Mar 2007 11:18:39 +0200 win32 threads. - Fixed regression tests to run threading tests. -Fr 27. Apr 08:55:25 CEST 2007 +Fri, 27 Apr 08:55:25 CEST 2007 - Inlined two functions to get rid of va_list problems on some architectures. -Th 10. Mai 09:42:42 CEST 2007 +Thu, 10 May 09:42:42 CEST 2007 - - Synced parser and keyword list - - Renamed update test so it hopefully runs on Vista + - Synced parser and keyword list. + - Renamed update test so it hopefully runs on Vista. + +Th, 17 May 2007 22:03:40 +0200 + + - Removed mktime() call to hopefully get rid of some compatiility + problems. - Set ecpg version to 4.3.1. |