Re: Remove duplicated row in pg_largeobject_metadata

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Remove duplicated row in pg_largeobject_metadata
Дата
Msg-id
2223654.1632338183@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Remove duplicated row in pg_largeobject_metadata Tobias Meyer <t9m@qad.com>
Re: Remove duplicated row in pg_largeobject_metadata Tom Lane <tgl@sss.pgh.pa.us>
Re: Remove duplicated row in pg_largeobject_metadata Tobias Meyer <t9m@qad.com>
Re: Remove duplicated row in pg_largeobject_metadata Tom Lane <tgl@sss.pgh.pa.us>
Re: Remove duplicated row in pg_largeobject_metadata Tobias Meyer <t9m@qad.com>
Re: Remove duplicated row in pg_largeobject_metadata Tobias Meyer <t9m@qad.com>
Re: Remove duplicated row in pg_largeobject_metadata Tom Lane <tgl@sss.pgh.pa.us>
Re: Remove duplicated row in pg_largeobject_metadata Tobias Meyer <t9m@qad.com>
Tobias Meyer  writes:
> I was able to correlate the transaction ids (xmin) of the duplicate rows in
> pg_largeobject_meta with times stored in another table, and found the
> duplicates were all added on one specific day, while the originals nicely
> spread out over time. I was further able to trace that date back to a
> cluster upgrade (pg_upgradecluster) we performed with that machine, so I
> guess we have a pretty good candidate. After the upgrade, no more
> duplicates were produced.

Interesting.  Can you nail down the software versions that were in
use here?  That'd be the old PG server version upgraded from, the
new server version upgraded to, the versions of pg_upgrade and
pg_dump (these probably should match the new server version, but
I'm not certain we enforce that), and the pg_upgradecluster
script version?

			regards, tom lane


В списке pgsql-general по дате отправления
От: Tobias Meyer
Дата:
От: Israel Brewster
Дата:
Сообщение: Faster distinct query?
FAQ