Re: BUG #9442: Cannot pg_dump database with event trigger: cannot duplicate null pointer.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #9442: Cannot pg_dump database with event trigger: cannot duplicate null pointer.
Дата
Msg-id 15677.1394040808@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #9442: Cannot pg_dump database with event trigger: cannot duplicate null pointer.  (mcheciches@gmail.com)
Список pgsql-bugs
mcheciches@gmail.com writes:
> pg_dump: saving database definition
> cannot duplicate null pointer (internal error)

I failed to reproduce this in 9.3 branch tip.  A quick look at the git
history didn't find any obviously-related patches, but certainly there
are enough bugs fixed between 9.3.0 and 9.3.3 that your first move ought
to be to upgrade.  If you can still reproduce this with 9.3.3 server
and pg_dump, please submit a *self contained* test case.  (The CREATE
TRIGGER statement alone is not that.  A SQL script to create a database
that exhibits the problem would do.)

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: mcheciches@gmail.com
Дата:
Сообщение: BUG #9442: Cannot pg_dump database with event trigger: cannot duplicate null pointer.
Следующее
От: pchan@contigo.com
Дата:
Сообщение: BUG #9447: still bug in autovacuum after upgrading to 9.1.11?