Re: BUG #5145: Complex query with lots of LEFT JOIN causes segfault

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: BUG #5145: Complex query with lots of LEFT JOIN causes segfault
Дата
Msg-id 4AE9A400.7030702@timbira.com
обсуждение исходный текст
Ответ на BUG #5145: Complex query with lots of LEFT JOIN causes segfault  ("Bernt Marius Johnsen" <bernt.johnsen@sun.com>)
Ответы Re: BUG #5145: Complex query with lots of LEFT JOIN causes segfault  ("Bernt M. Johnsen" <Bernt.Johnsen@Sun.COM>)
Список pgsql-bugs
Bernt Marius Johnsen escreveu:
> The below query generated by the Random Query Generator
> (https://launchpad.net/randgen) causes a segfault. It was caused running
>
Could you get a core dump and post the gdb backtrace?

$ ulimit -c unlimited
$ pg_ctl start
$ psql -c "<my query goes here>" mydb
$ gdb /path/to/postgres $PGDATA/core
(gdb) bt
.
.
.
(gdb) quit


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5146: After granting all select privelges on view to user, who still can not select the view
Следующее
От: Martin Pitt
Дата:
Сообщение: Small syntax error in fmgr.h