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