From 593377f70c7d00290e62bcf446d8296efc425c22 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 28 Dec 2001 05:03:10 +0000 Subject: [PATCH] Add more Christof Petig ecpg items. --- HISTORY | 4 ++++ doc/src/sgml/release.sgml | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index efb532d953..e8b6478408 100644 --- a/HISTORY +++ b/HISTORY @@ -373,6 +373,10 @@ Changes Fix for GRANT parameters (Lee Kindness) Fix INITIALLY DEFERRED bug Various bug fixes (Michael, Christof Petig) + Auto allocation for indicator variable arrays (int *ind_p=NULL) + Auto allocation for string arrays (char **foo_pp=NULL) + ECPGfree_auto_mem fixed + All function names with external linkage are now prefixed by ECPG ---------------------------------------------------------------------- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 975e3c0129..7efe1fb1df 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -487,6 +487,10 @@ Multiple row descriptor support (e.g. CARDINALITY) (Christof Petig) Fix for GRANT parameters (Lee Kindness) Fix INITIALLY DEFERRED bug Various bug fixes (Michael, Christof Petig) +Auto allocation for indicator variable arrays (int *ind_p=NULL) +Auto allocation for string arrays (char **foo_pp=NULL) +ECPGfree_auto_mem fixed +All function names with external linkage are now prefixed by ECPG