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
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:
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
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
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
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.
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
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