Re: BUG #7600: Database crash with data corruption

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #7600: Database crash with data corruption
Дата
Msg-id 23056.1350054343@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #7600: Database crash with data corruption  (hankiewicz@gmail.com)
Список pgsql-bugs
hankiewicz@gmail.com writes:
> The list of steps to reproduce bug:
> 1) Create two database on single server instance (production and sandbox)
> 2) On production perform normal operations (we use Trac with over 50 active
> users)
> 3) on the sandbox database start explain plan of query
> 4) while explain plan is executing drop sandbox database
> 5) after recovery was completed we have discovered that sequences on
> production database had wrong values

It's normal for sequences to be advanced by a few counts (up to 32)
after a database crash.  You seem to have done a "kill -9" on the
backend that was running the EXPLAIN, which would count as a crash.
So I don't see any bug here.

            regards, tom lane

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

Предыдущее
От: hankiewicz@gmail.com
Дата:
Сообщение: BUG #7600: Database crash with data corruption
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #7598: Loss of view performance after dump/restore of the view definition