Re: Duplicated Keys in PITR

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Duplicated Keys in PITR
Дата
Msg-id 407d949e0908200904t63094c39j6fe99412650f0d26@mail.gmail.com
обсуждение исходный текст
Ответ на Duplicated Keys in PITR  (Ygor Degani <ygordegani@gmail.com>)
Ответы Re: Duplicated Keys in PITR  (Ygor Degani <ygordegani@gmail.com>)
Список pgsql-hackers
On Thu, Aug 20, 2009 at 4:13 PM, Ygor Degani<ygordegani@gmail.com> wrote:
> When recover a database using a continuous archive backup, i detected some
> duplicated keys. This there isn't in the production database.
> I use postgres-8.3.5.
> anyone know why this happens?

Uhm, well it's not supposed to. Do you have more information?

How are your duplicate keys being generated? Is there a unique index on them?

Are the keys there if you use a sequential scan or only if you use an
index to look them up?

Have you been running 8.3.5 the whole time or were you running older
8.3 releases for some of the time? Why aren't you running 8.3.7 --
there are known bugs in 8.3.5 though none which look to be related.

How long has the archive been running, is it feasible to give someone
the backup and complete archives going back to when it was taken?

Can you dump the pages with the bad keys using the pageinspect contrib
module? Do you need instructions on how to do that?



-- 
greg
http://mit.edu/~gsstark/resume.pdf


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: explain root element for auto-explain
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Multi-pass planner