Tom Lane wrote:
> Andres Freund <and...@2ndquadrant.com> writes:
>> Afaik we don't have any debugging utility to dump the pg_filenode.map
>> contents?
> 
> Hardly need one ... od -t d4 $PGDATA/global/pg_filenode.map
> is readable enough, though it does leave you still having to
> map the numeric OIDs back to names.  The OIDs will be stable though.

Shouldn't that be "od -t u4 $PGDATA/global/pg_filenode.map"?

Yours,
Laurenz Albe


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to