Re: [HACKERS] v6.5 release ToDo - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] v6.5 release ToDo
Date
Msg-id 6186.926903701@sss.pgh.pa.us
Whole thread Raw
Responses Re: [HACKERS] v6.5 release ToDo  (Ole Gjerde <gjerde@icebox.org>)
List pgsql-hackers
gjerde@icebox.org wrote (a couple weeks ago):
> While running postmaster at the command line like this:
> /home/postgres/bin/postmaster -B 1024 -D/home/postgres/data -d 9 -o "-S
> 4096 -s -d 9 -A"

> the current backend for the following CREATE TABLE would
> die(consistently):
> CREATE TABLE oletest (
>         id                      serial,
>         number                  int,
>         string                  varchar(255)
> );

Are you still seeing this with current sources?  I'm not able to
replicate it here...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] select + order by
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] GEQO optimizer (was Re: Backend message type 0x44 arrived while idle)