Re: right sibling is not next child

Поиск
Список
Период
Сортировка
От Peter Brant
Тема Re: right sibling is not next child
Дата
Msg-id 443CDB5C020000BE00002C98@gwmta.wicourts.gov
обсуждение исходный текст
Ответ на Re: right sibling is not next child  ("Peter Brant" <Peter.Brant@wicourts.gov>)
Ответы Re: right sibling is not next child  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I can't find any duplicates?!?

The query

select starelid, staattnum, ctid, xmin, xmax, cmin, cmax
from pg_statistic p1
where (select count(*) from pg_statistic p2 where
  p1.starelid = p2.starelid and p1.staattnum = p2.staattnum) > 1

doesn't turn up anything.  Nor does dumping

select starelid, staattnum from pg_statistic

to a file and using sort | uniq -c

Pete

>>> Tom Lane <tgl@sss.pgh.pa.us> 04/12/06 4:37 pm >>>
Hm, can you see any rows in pg_statistic with duplicate values of
(starelid, staattnum)?  If so it'd be useful to look at their
ctid/xmin/xmax/cmin/cmax values.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: right sibling is not next child
Следующее
От: Tom Lane
Дата:
Сообщение: Re: right sibling is not next child