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/