Re: Massive regression failures - Mailing list pgsql-hackers
From | Bruce Momjian |
---|---|
Subject | Re: Massive regression failures |
Date | |
Msg-id | 200206170732.g5H7WqF22576@candle.pha.pa.us Whole thread Raw |
In response to | Re: Massive regression failures ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>) |
Responses |
Re: Massive regression failures
|
List | pgsql-hackers |
OK, fix committed. He was using 7.2 elog symbols. I changed DEBUG to DEBUG1. Should compile now. It was already compiling here. Not sure why. :-) --------------------------------------------------------------------------- Christopher Kings-Lynne wrote: > I tried testing it on FreeBSD/Alpha and I only got this far: > > ./configure --prefix=/home/chriskl/local --enable-integer-datetimes --enable > -debug --enable-depend --enable-cassert --with-pam --with-openssl --with-CXX > > gmake check > > gmake[3]: Entering directory `/home/chriskl/pgsql-head/src/backend/libpq' > gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -I../../.. > /src/include -c -o be-secure.o be-secure.c -MMD > be-secure.c: In function `load_dh_file': > be-secure.c:399: `DEBUG' undeclared (first use in this function) > be-secure.c:399: (Each undeclared identifier is reported only once > be-secure.c:399: for each function it appears in.) > be-secure.c: In function `load_dh_buffer': > be-secure.c:447: `DEBUG' undeclared (first use in this function) > be-secure.c: In function `tmp_dh_cb': > be-secure.c:519: `DEBUG' undeclared (first use in this function) > be-secure.c: In function `info_cb': > be-secure.c:550: `DebugLvl' undeclared (first use in this function) > be-secure.c:556: `DEBUG' undeclared (first use in this function) > be-secure.c: In function `initialize_SSL': > be-secure.c:615: warning: implicit declaration of function `lstat' > be-secure.c:615: `buf' undeclared (first use in this function) > be-secure.c:621: warning: implicit declaration of function `S_ISREG' > be-secure.c: In function `open_server_SSL': > be-secure.c:704: `DEBUG' undeclared (first use in this function) > gmake[3]: *** [be-secure.o] Error 1 > gmake[3]: Leaving directory `/home/chriskl/pgsql-head/src/backend/libpq' > gmake[2]: *** [libpq-recursive] Error 2 > gmake[2]: Leaving directory `/home/chriskl/pgsql-head/src/backend' > gmake[1]: *** [all] Error 2 > gmake[1]: Leaving directory `/home/chriskl/pgsql-head/src' > gmake: *** [all] Error 2 > > I will now recompile without debug symols or openssl perhaps...? > > Chris > > > -----Original Message----- > > From: pgsql-hackers-owner@postgresql.org > > [mailto:pgsql-hackers-owner@postgresql.org]On Behalf Of Bruce Momjian > > Sent: Monday, 17 June 2002 3:04 PM > > To: PostgreSQL-development > > Subject: [HACKERS] Massive regression failures > > > > > > I am seeing massive regression failures on a freshly compiled, initdb'ed > > version of CVS: > > > > 16 of 81 tests failed, 1 of these failures ignored. > > > > The first failure I see is: > > > > COPY COPY_TBL FROM > > '/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/test/regress/data/ > > constrf.data'; > > - ERROR: copy: line 2, CopyFrom: rejected due to CHECK > > constraint copy_con > > SELECT * FROM COPY_TBL; > > x | y | z > > ! ---+---------------+--- > > ! 4 | !check failed | 5 > > ! 6 | OK | 4 > > ! (2 rows) > > > > Are others seeing this? Cause? > > > > -- > > Bruce Momjian | http://candle.pha.pa.us > > pgman@candle.pha.pa.us | (610) 853-3000 > > + If your life is a hard drive, | 830 Blythe Avenue > > + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 > > > > ---------------------------(end of broadcast)--------------------------- > > TIP 3: if posting/reading through Usenet, please send an appropriate > > subscribe-nomail command to majordomo@postgresql.org so that your > > message can get through to the mailing list cleanly > > > > -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania19026
pgsql-hackers by date: