CREATE TABLE ... PRIMARY KEY kills backend - Mailing list pgsql-hackers

From Oliver Elphick
Subject CREATE TABLE ... PRIMARY KEY kills backend
Date
Msg-id 200001112229.WAA13417@linda.lfix.co.uk
Whole thread Raw
Responses Re: [HACKERS] CREATE TABLE ... PRIMARY KEY kills backend
Re: [HACKERS] CREATE TABLE ... PRIMARY KEY kills backend
List 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.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver              PGP key from public servers; key
ID32B8FAA1                ========================================    "Enter into his gates with thanksgiving, and into
his     courts with praise. Be thankful unto him, and bless      his name."           Psalms 100:4 
 




pgsql-hackers by date:

Previous
From: "Paul M. Aoki"
Date:
Subject: Re: [HACKERS] Historical trivia (was Re: First Major Open Source Database)
Next
From: Brook Milligan
Date:
Subject: psql -f inconsistency with "copy from stdin"