[7.0.2] cannot create an index ...

Поиск
Список
Период
Сортировка
От Marc G. Fournier
Тема [7.0.2] cannot create an index ...
Дата
Msg-id Pine.BSF.4.21.0010092346220.23541-100000@hub.org
обсуждение исходный текст
Ответы Re: [7.0.2] cannot create an index ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@hub.org
Systems Administrator @ hub.org                    
scrappy@{postgresql|isc}.org                       ICQ#7615664



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: [GENERAL] Using BLOBs with PostgreSQL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [7.0.2] cannot create an index ...