TODO - Mailing list pgsql-hackers

From Christof Petig
Subject TODO
Date
Msg-id 3C0B905F.3AFDEF73@petig-baender.de
Whole thread Raw
Responses Re: TODO  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
The following ECPG TODO item is already closed

o Allow SELECT of array of strings into a auto-sized variable

Decent lines for HISTORY would be (ECPG enhancements)
   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
 

Yours  Christof

PS:
In HISTORY:

EXECUTE ... INTO ...    implemented
multiple row descriptor support (e.g. CARDINALITY)

you might mark me as the person responsible for any mistakes made ;-)




pgsql-hackers by date:

Previous
From: Horák Daniel
Date:
Subject: Re: FW: [CYGWIN] 7.2b3 postmaster doesn't start on Win98
Next
From: Tom Lane
Date:
Subject: Re: Call for platform testing