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