1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add more Christof Petig ecpg items.

This commit is contained in:
Bruce Momjian
2001-12-28 05:03:10 +00:00
parent 36e42823fb
commit 593377f70c
2 changed files with 9 additions and 1 deletions

View File

@ -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
----------------------------------------------------------------------