Обсуждение: pg_filedump

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

pg_filedump

От
Alvaro Herrera
Дата:
Hello hackers,

I'm trying to get something from pg_filedump.  However, the version
published in sources.redhat.com/rhdb doesn't grok a lot of changes in
current CVS.  I changed all those and made it compile... but looks like
that's only the easy part.  I get bogus values everywhere (block sizes,
item numbers, etc).

Does somebody know whether it's mantained for current versions?

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Cuando miro a alguien, mas me atrae como cambia que quien es" (J. Binoche)


Re: pg_filedump

От
Tom Lane
Дата:
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> I'm trying to get something from pg_filedump.  However, the version
> published in sources.redhat.com/rhdb doesn't grok a lot of changes in
> current CVS.  I changed all those and made it compile... but looks like
> that's only the easy part.  I get bogus values everywhere (block sizes,
> item numbers, etc).
> Does somebody know whether it's mantained for current versions?

AFAIK, no one has yet updated it for 7.3's changes in tuple header
format.  That needs to get done sometime soon ...
        regards, tom lane