Commit 593377f7 authored by Bruce Momjian's avatar Bruce Momjian

Add more Christof Petig ecpg items.

parent 36e42823
...@@ -373,6 +373,10 @@ Changes ...@@ -373,6 +373,10 @@ Changes
Fix for GRANT parameters (Lee Kindness) Fix for GRANT parameters (Lee Kindness)
Fix INITIALLY DEFERRED bug Fix INITIALLY DEFERRED bug
Various bug fixes (Michael, Christof Petig) 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
---------------------------------------------------------------------- ----------------------------------------------------------------------
......
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.109 2001/12/28 05:00:32 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.110 2001/12/28 05:03:10 momjian Exp $
--> -->
<appendix id="release"> <appendix id="release">
...@@ -487,6 +487,10 @@ Multiple row descriptor support (e.g. CARDINALITY) (Christof Petig) ...@@ -487,6 +487,10 @@ Multiple row descriptor support (e.g. CARDINALITY) (Christof Petig)
Fix for GRANT parameters (Lee Kindness) Fix for GRANT parameters (Lee Kindness)
Fix INITIALLY DEFERRED bug Fix INITIALLY DEFERRED bug
Various bug fixes (Michael, Christof Petig) 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
</literallayout> </literallayout>
</sect3> </sect3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment