macaddr stuff !

Поиск
Список
Период
Сортировка
От Pawel Pierscionek
Тема macaddr stuff !
Дата
Msg-id 039.990322@astercity.net
обсуждение исходный текст
Ответы Re: [HACKERS] macaddr stuff !u  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] macaddr stuff !  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Hi,
 I have no one to turn to. I've tried here & there but got no answer. Why is there is a problem creating unique indices
onmacaddr columns even if there ARE NO (checked by count on distinct,group by) duplicated keys ?
 
 And finally :
 create table tmac (i int4,mac macaddr); insert int table tmac (i) values (1); insert int table tmac (i) values (2);
insertint table tmac (i) values (3); select * from tmac where mac='01:02:03:04:05:06';
 
 I get backend termination no matter if table has indices, is vacuumed , is new or even just after the postgres
instalation.
 HELP !
 Oh, I use 6.4.2 under i386 Redhat 5.2 Linux.

Pawel Pierscionek,




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] aggregation memory leak and fix
Следующее
От: Michael Davis
Дата:
Сообщение: RE: [HACKERS] min() and max() causing aborts