Re: [BUGS] Tests randomly failed

2001-03-25 Thread Alexander Klimov
On Thu, 22 Mar 2001, Tom Lane wrote: > What I see is a lot of > > ! psql: Backend startup failed > > which suggests a fork() failure. Look in the postmaster logfile to see > the exact kernel error code --- but probably you are out of swap space > or up against the kernel's limit on number of pr

Re: [BUGS] Tests randomly failed

2001-03-25 Thread Alexander Klimov
On Thu, 22 Mar 2001, Peter Eisentraut wrote: > In src/test/regress/pg_regress[.sh], line 163, change > > *-*-qnx* | *beos*) > > to > > *-*-qnx* | *beos* | *solaris*) > > and rerun the tests. This will avoid using Unix domain sockets, which are > broken on Solaris. Yes, it works now:

[BUGS] Tests randomly failed

2001-03-22 Thread Alexander Klimov
Hi all. First time I execute `make check' 10 tests failed: float8 ... FAILED test numerology ... FAILED point... FAILED lseg ... FAILED interval ... FAILED test geometry ... FAILED test horology

[BUGS] plperl with 5.7.0

2001-03-13 Thread Alexander Klimov
Hi. I use bleadperl and try to compile plperl with it: SunOS iridium 5.6 Generic_105181-20 sun4u sparc SUNW,Ultra-5_10 gcc version 3.1 20010308 (experimental) perl5 (revision 5.0 version 7 subversion 0) pgsql from CVS configure --prefix=${PREFIX}/pgsql --with-tcl --with-perl --with-python --with

[BUGS] Python interface with CFLAGS

2001-01-23 Thread Alexander Klimov
Hi. uname -a SunOS iridium 5.6 Generic_105181-20 sun4u sparc SUNW,Ultra-5_10 python Python 2.0b1 (#5, Sep 12 2000, 13:36:09) [GCC 2.95.2 19991024 (release)] on sunos5 I use cvs version, after update I tried: make distclean; configure --with-tcl --with-perl --with-python --with-openssl --with-C

[BUGS] heap_sysoffset is not found

2001-01-17 Thread Alexander Klimov
Hi. I get psql from CVS and try configure --with-tcl --with-perl --with-python --with-openssl --with-CXX && make And I got ... gcc -Wall -Wmissing-prototypes -Wmissing-declarations -L/usr/local/ssl/lib -Wl,-R/usr/local/pgsql/lib access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.

[BUGS] /bin/sh: !: not found

2000-12-29 Thread Alexander Klimov
Hi. I using version from CVS, and after update tried to run `make distclean'. For some reason my GNUMakefile was deleted, so Makefile is used by gmake and I got an error message (see Subj) The reason is @if ! [ -f GNUmakefile ] ; then \ ^^^ in the Makefile To fix it should b

[BUGS] constrains of array

2000-12-12 Thread Alexander Klimov
Hi. I use version from cvs. I want to have array of referencies to another table, so I do: cms=# create table a (a int primary key); create table b (b int[] references a); NOTICE: CREATE TABLE/PRIMARY KEY will create implicit index 'a_pkey' for table 'a' CREATE NOTICE: CREATE TABLE will create