[7.0.2] cannot create an index ...

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [7.0.2] cannot create an index ...
Date: 2000-10-10 03:48:03
Message-ID: Pine.BSF.4.21.0010092346220.23541-100000@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


altho I'm still investigating, does anyone have an idea why the following
'CREATE TABLE' will cause this erro:

NOTICE: CREATE TABLE/PRIMARY KEY will create implicit index 'playlist_info_pkey
' for table 'playlist_info'
FindExec: found "/pgsql/bin/postgres" using argv[0]
TRAP: Failed Assertion("!(metaopaque->btpo_flags & (1 << 3)):", File: "nbtpage.c
", Line: 181)

!(metaopaque->btpo_flags & (1 << 3)) (0) [Inappropriate ioctl for device]

CREATE TABLE "song_info" (
"song_id" int4 NOT NULL,
"song_name" character varying,
"genre" character varying,
"duration" character varying,
"artist" character varying,
"album" character varying,
"url" character varying,
"song_seq" int4,
PRIMARY KEY ("song_id")
);

Marc G. Fournier scrappy(at)hub(dot)org
Systems Administrator @ hub.org
scrappy(at){postgresql|isc}.org ICQ#7615664

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-10-10 04:25:02 Re: [7.0.2] cannot create an index ...
Previous Message Tom Lane 2000-10-10 02:46:56 Re: Small patch to replace 'idle' by 'trans' if transaction is still open