Re: [HACKERS] v6.5 release ToDo

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: gjerde(at)icebox(dot)org
Cc: Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] v6.5 release ToDo
Date: 1999-05-17 01:15:01
Message-ID: 6186.926903701@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

gjerde(at)icebox(dot)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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-05-17 01:17:30 Re: [HACKERS] GEQO optimizer (was Re: Backend message type 0x44 arrived while idle)
Previous Message Bruce Momjian 1999-05-17 01:01:24 Re: [HACKERS] select + order by