[BUGS] Bug #606: exec sql ifdef, ... incorrect parsing

2002-03-03 Thread pgsql-bugs
Nicolas BAZIN ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description exec sql ifdef, ... incorrect parsing Long Description When exec sql ifdef test; is used with the definition of a statement bloc, a premature EOF is reached: Sa

Re: [BUGS] Make check problem with 7.2

2002-03-03 Thread Steven Núñez
That was it. All tests (except random and float8) pass. Thanks very much. - Steve Nunez On 4/3/02 13:03, "Bruce Momjian" <[EMAIL PROTECTED]> wrote: > Steven N=?ISO-8859-1?B?+vE=?=ez wrote: >> Is there any way to work around this problem? We no longer have support for >> this machine, so wil

Re: [BUGS] Make check problem with 7.2

2002-03-03 Thread Bruce Momjian
Steven N=?ISO-8859-1?B?+vE=?=ez wrote: > Is there any way to work around this problem? We no longer have support for > this machine, so will probably not be able to recompile the kernel. Strange > too, that it didn't happen on earlier versions. Take a look in /etc/login.conf and increase maxproc.

Re: [BUGS] Make check problem with 7.2

2002-03-03 Thread Steven Núñez
Is there any way to work around this problem? We no longer have support for this machine, so will probably not be able to recompile the kernel. Strange too, that it didn't happen on earlier versions. Regards, - Steve Nunez On 4/3/02 10:15, "Tom Lane" <[EMAIL PROTECTED]> wrote: > Steven N=?

Re: [BUGS] Make check problem with 7.2

2002-03-03 Thread Tom Lane
Steven N=?ISO-8859-1?B?+vE=?=ez <[EMAIL PROTECTED]> writes: > This time I've included the log file... > DEBUG: connection startup failed (fork failure): Resource temporarily > unavailable > DEBUG: connection startup failed (fork failure): Resource temporarily > unavailable > DEBUG: connection

Re: [BUGS] Make check problem with 7.2

2002-03-03 Thread Steven Núñez
I'm not sure what to make of the contents, other than it doesn't look good. I've attached the (long) file below. I did notice an entry, in the DEBUG category that mentions fork failure. I preformed this check with /bin/ksh, (gmake SHELL=/bin/ksh check) because I was seeing similar errors from bas

Re: [BUGS] Make check problem with 7.2

2002-03-03 Thread Tom Lane
Steven N=?ISO-8859-1?B?+vE=?=ez <[EMAIL PROTECTED]> writes: > I've just compiled and checked version 7.2 of the system on BSDI 4.0 and > have noticed the following errors in the regression.diffs file > ! psql: PQconnectPoll() -- couldn't send startup packet: errno=32 > ! Broken pipe What shows