Re: "create implicit sequence" crashes postgres

From: Mike Williams <mike(dot)williams(at)comodo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: "create implicit sequence" crashes postgres
Date: 2008-02-05 16:08:16
Message-ID: 200802051608.17192.mike.williams@comodo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tuesday 05 February 2008 11:04:07 Mike Williams wrote:
> 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.

Seems to be a problem specific to stack smashing protection.
If I compile with -fno-stack-protector I can't make it crash, but psql loses
it's command history (both recall and saving).

# find /etc/portage/env/ -type f -print -exec cat "{}" \;
/etc/portage/env/dev-db/postgresql
source /etc/make.conf
CFLAGS="${CFLAGS} -fno-stack-protector"

--
Mike Williams
System Administration Manager - Comodo
Office Tel Europe: +44 (0) 161 8747070
Fax Europe: +44 (0) 161 8771767

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2008-02-05 17:08:26 Re: "create implicit sequence" crashes postgres
Previous Message jkohlmeier 2008-02-05 15:54:25 PG 8.2 change Letter Sort Order