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

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>