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