Re: "create implicit sequence" crashes postgres - Mailing list pgsql-admin

From Mike Williams
Subject Re: "create implicit sequence" crashes postgres
Date
Msg-id 200802051608.17192.mike.williams@comodo.com
Whole thread Raw
In response to Re: "create implicit sequence" crashes postgres  (Mike Williams <mike.williams@comodo.com>)
Responses Re: "create implicit sequence" crashes postgres  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-admin by date:

Previous
From: jkohlmeier@pronet-systeme.de
Date:
Subject: PG 8.2 change Letter Sort Order
Next
From: Verna Vergara
Date:
Subject: Re: Postgres permission denied