Re: "create implicit sequence" crashes postgres

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: "create implicit sequence" crashes postgres
Дата
Msg-id 20080205113759.GC32363@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: "create implicit sequence" crashes postgres  (Mike Williams <mike.williams@comodo.com>)
Ответы Re: "create implicit sequence" crashes postgres  (Mike Williams <mike.williams@comodo.com>)
Список pgsql-admin
Mike Williams wrote:

> I have however found a "fix". We use hardened Gentoo everywhere, on all the
> 64bit Xen VMs and 64bit proper server (that does not crash!), but not the 8.1
> VM as that is a 32bit Centos install thrown together as a dev environment.
> Compiling postgresql non-hardened allows me to create any table I like, and
> throw a couple hundred meg of data and schema at it in one go.

I guess it would still be good to know why it crashes.  I think the
reason you're not getting a good backtrace is that you're attempting to
get it from the client process, which is not the guilty one here.  Same
for the ulimit setting: you have to apply it to the session running
postmaster, not psql.  The core file should be located in your "data"
directory.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Mike Williams
Дата:
Сообщение: Re: "create implicit sequence" crashes postgres
Следующее
От: Mike Williams
Дата:
Сообщение: Re: "create implicit sequence" crashes postgres