[HACKERS] regression in CVS HEAD

2002-07-24 Thread Neil Conway
I see this using the latest CVS code: $ make installcheck [ all tests pass ] $ pg_dump regression > /tmp/regression.dump $ psql template1 template1=# drop database regression; DROP DATABASE template1=# create database regression; CREATE DATABASE template1=# \c regression You are now connected to

Re: [HACKERS] regression in CVS HEAD

2002-07-18 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Neil Conway) writes: > > Running CVS HEAD from this morning, 'make check' fails due to an > > initdb failure when initializing pg_depend: > > Did you do a full recompile after your last update? I notice Bruce > has arbitrarily renumbered expression nodes ...

Re: [HACKERS] regression in CVS HEAD

2002-07-18 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Neil Conway) writes: > > Running CVS HEAD from this morning, 'make check' fails due to an > > initdb failure when initializing pg_depend: > > Did you do a full recompile after your last update? I notice Bruce > has arbitrarily renumbered expression nodes ...

Re: [HACKERS] regression in CVS HEAD

2002-07-18 Thread Tom Lane
[EMAIL PROTECTED] (Neil Conway) writes: > Running CVS HEAD from this morning, 'make check' fails due to an > initdb failure when initializing pg_depend: Did you do a full recompile after your last update? I notice Bruce has arbitrarily renumbered expression nodes ... reg

[HACKERS] regression in CVS HEAD

2002-07-18 Thread Neil Conway
Running CVS HEAD from this morning, 'make check' fails due to an initdb failure when initializing pg_depend: initializing pg_depend... /home/nconway/pgsql/src/test/regress/./tmp_check/install//data/pgsql/bin/initdb: line 718: 31128 Segmentation fault (core dumped) "$PGPATH"/postgres $PGSQL_O

Re: [HACKERS] regression in CVS HEAD

2002-04-15 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > backend> create table foo (c1 int); > ERROR: invalid relation "foo"; system catalog modifications are currently disallowed I've committed a fix for this. BTW, I dunno about other developers, but I never use standalone backends for debugging. It's a lot

Re: [HACKERS] regression in CVS HEAD

2002-04-15 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > POSTGRES backend interactive interface > $Revision: 1.260 $ $Date: 2002/03/24 04:31:07 $ > backend> create table foo (c1 int); > ERROR: invalid relation "foo"; system catalog modifications are currently disallowed > backend> create schema x; > backend>

[HACKERS] regression in CVS HEAD

2002-04-15 Thread Neil Conway
Hi all, I'm seeing this on a fresh build from CVS: $ ./configure && make && make check ... $ cd src/test/regress/tmp_check $ ./install/tmp/pgsql/bin/postgres -D data regression LOG: database system was shut down at 2002-04-15 15:03:58 EDT LOG: checkpoint record is at 0/160368C LOG: redo recor