Re: [BUGS] ecpg segmentation error

2004-02-29 Thread Michael Meskes
On Fri, Feb 27, 2004 at 07:16:43PM +0100, Margit Schubert-While wrote: > Following cursor declaration which worked in 7.3.4, produces > a seg fault with 7.4.1 and todays cvs. Hmm, not for me: ./preproc/ecpg a.pgc a.pgc:7: WARNING: cursor `functestcur0Â has been declared but ot opened With a.pgc

Re: [BUGS] Optimizer problem with subselect.c?

2004-02-29 Thread Tom Lane
"Daniel O'Neill" <[EMAIL PROTECTED]> writes: > [ complex test case ] Got it. The patch against 7.4.* is attached and will appear in 7.4.2. regards, tom lane Index: createplan.c === RCS file: /cvsroot/pgsql-s

Re: [BUGS] ecpg multidimensional arrays

2004-02-29 Thread Margit Schubert-While
At 17:13 29.02.2004 +0100, you wrote: On Fri, Feb 27, 2004 at 07:24:18PM +0100, Margit Schubert-While wrote: > exec sql begin declare section; > static int  intcur[50][10] = { 0 }; > > produces : > ERROR: No multi-dimensional array support for simple data types So far so good, but whi

Re: [BUGS] ecpg multidimensional arrays

2004-02-29 Thread Michael Meskes
On Sun, Feb 29, 2004 at 06:48:49PM +0100, Margit Schubert-While wrote: > >> ERROR: No multi-dimensional array support for simple data types > > > >So far so good, but which bug are you reporting? > > > >Michael > Erm, the error itself ? Every other RDB preprocessor that I have > tri