Re: regression in CVS HEAD - Mailing list pgsql-hackers

From Tom Lane
Subject Re: regression in CVS HEAD
Date
Msg-id 6908.1018910183@sss.pgh.pa.us
Whole thread Raw
In response to regression in CVS HEAD  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-hackers
Neil Conway <nconway@klamath.dyndns.org> 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 nicer to open two windows, run a regular psql
in one, and use the other to run gdb and "attach" to the backend
process.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Operators and schemas
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] [patch] fe-connect.c doesn't handle EINTR correctly