From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Mike Williams <mike(dot)williams(at)comodo(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: "create implicit sequence" crashes postgres |
Date: | 2008-02-05 11:37:59 |
Message-ID: | 20080205113759.GC32363@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Mike Williams | 2008-02-05 13:24:12 | Re: "create implicit sequence" crashes postgres |
Previous Message | Mike Williams | 2008-02-05 11:04:07 | Re: "create implicit sequence" crashes postgres |