Обсуждение: Anyone else seeing coredumps in pgdump?

Поиск
Список
Период
Сортировка

Anyone else seeing coredumps in pgdump?

От
Tom Lane
Дата:
I'm having a little trouble updating to the latest cvs tree, because
I can't dump my existing database, neither with the latest pgdump source
nor with that of two weeks ago.  I've run out of steam to debug it
tonight, but it looks like the failure is occuring while pgdump tries
to locate the inheritance parent of a class.

The comments in the immediate vicinity of where the failure is occuring
indicate that pgdump is relying on inheriting classes to have larger
OID numbers than their parents.  Offhand that doesn't seem too
unreasonable, but is it possible that some recent change has broken
this assumption?

Is anyone else seeing similar problems??

            regards, tom lane