Re: regression in CVS HEAD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: regression in CVS HEAD
Дата
Msg-id 6908.1018910183@sss.pgh.pa.us
обсуждение исходный текст
Ответ на regression in CVS HEAD  (Neil Conway <nconway@klamath.dyndns.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Operators and schemas
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] [patch] fe-connect.c doesn't handle EINTR correctly