CREATE TABLE ... PRIMARY KEY kills backend

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: CREATE TABLE ... PRIMARY KEY kills backend
Date: 2000-01-11 22:29:28
Message-ID: 200001112229.WAA13417@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Using the cvs version updated this morning, this query kills the backend,
with no explanation in the log (-d 3):

create table junk (id char(4) primary key, name text not null)

If the primary key constraint is omitted, it is OK.

This worked yesterday. Is this a solved problem, or do I need to trace it?

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP key from public servers; key ID 32B8FAA1
========================================
"Enter into his gates with thanksgiving, and into his
courts with praise. Be thankful unto him, and bless
his name." Psalms 100:4

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brook Milligan 2000-01-11 23:35:24 psql -f inconsistency with "copy from stdin"
Previous Message Bruce Momjian 2000-01-11 18:47:46 Re: AW: [HACKERS] Enhancing PGSQL to be compatible with Informix SQL