| From: | Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at> |
|---|---|
| To: | "Tom Lane *EXTERN*" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)2ndquadrant(dot)com> |
| Cc: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, "Stephen R(dot) van den Berg" <srb(at)cuci(dot)nl>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: page 1 of relation global/11787 was uninitialized |
| Date: | 2013-04-10 07:06:44 |
| Message-ID: | A737B7A37273E048B164557ADEF4A58B057DB16C@ntex2010i.host.magwien.gv.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
> Andres Freund <andres(at)2ndquadrant(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dan Ports | 2013-04-10 07:54:00 | Re: lwlock contention with SSI |
| Previous Message | Michael Paquier | 2013-04-10 06:37:06 | Re: bgworker sigusr1 handler |