summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ChangeLog
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2008-12-15 15:34:07 +0000
committerMichael Meskes <meskes@postgresql.org>2008-12-15 15:34:07 +0000
commit3f7e1e4b91889ac3aa6495cabb6d3a5072d9ca45 (patch)
treea86a132c3f7829674009dafe3f9946c8cbec8fd2 /src/interfaces/ecpg/ChangeLog
parent301194f8ead14c63d3bb7acac1cb70d43cb7adae (diff)
Do not try to change a const variable.
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 c6064cd0afb..89e6490d0f7 100644
--- a/src/interfaces/ecpg/ChangeLog
+++ b/src/interfaces/ecpg/ChangeLog
@@ -2396,6 +2396,10 @@ Wed, 26 Nov 2008 14:09:08 +0100
- When creating a varchar struct name braces must be discarded.
- Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge
the new interval style into ecpg.
+
+Mon, 15 Dec 2008 16:31:31 +0100
+
+ - Do not try to change a const variable in ecpg_log.
- Set pgtypes library version to 3.1.
- Set compat library version to 3.1.
- Set ecpg library version to 6.2.