duplicated tables

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема duplicated tables
Дата
Msg-id Pine.LNX.4.64.0901232346150.9554@sn.sai.msu.ru
обсуждение исходный текст
Ответы Re: duplicated tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi there,

yesterday, testing GIN fast update with CVS HEAD I was able to crash backend 
(Teodor already fixed the problem in 0.25 version of the patch)
and after restarting backend I found duplicated tables. 
How this can be possible and is this what somebody can see after crash ?
         List of relations Schema | Name  | Type  |  Owner
--------+-------+-------+---------- public | tt    | table | postgres public | tt    | table | postgres public | tt
|table | postgres public | tt    | table | postgres public | tt    | table | postgres public | tt2   | table | postgres
public| tt2   | table | postgres public | tt2   | table | postgres public | tt2   | table | postgres public | tt2   |
table| postgres public | ttins | table | postgres public | ttins | table | postgres public | ttins | table | postgres
public| ttins | table | postgres public | ttins | table | postgres
 
(15 rows)


    Regards,        Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: AIX 4.3 getaddrinfo busted
Следующее
От: Bernd Helmle
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle