summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ChangeLog
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2002-01-07 16:25:45 +0000
committerMichael Meskes <meskes@postgresql.org>2002-01-07 16:25:45 +0000
commit54452833efced6473ec96ecce3848708d26335be (patch)
tree8692b4c29950db9b8cb8175a89953478cbecd865 /src/interfaces/ecpg/ChangeLog
parent731204e0903b32b496d536acddc10df458bab186 (diff)
downloadpostgresql-54452833efced6473ec96ecce3848708d26335be.tar.gz
Fixed parser to accept initializing expressions starting with "(".
Diffstat (limited to 'src/interfaces/ecpg/ChangeLog')
-rw-r--r--src/interfaces/ecpg/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog
index 2c31f33000..976618ea92 100644
--- a/src/interfaces/ecpg/ChangeLog
+++ b/src/interfaces/ecpg/ChangeLog
@@ -1184,5 +1184,9 @@ Sun Dec 23 13:08:36 CET 2001
- Fixed several bugs concerning arrays of structs including a memory
allocation bug.
+
+Mon Jan 7 12:18:01 CET 2002
+
+ - Fixed parser to accept initializing expressions starting with "(".
- Set ecpg version to 2.9.0.
- Set library version to 3.3.0.