| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net> |
| Cc: | pgsql general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: FATAL Error |
| Date: | 2006-08-08 04:34:52 |
| Message-ID: | 26015.1155011692@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"Matthew T. O'Connor" <matthew(at)zeut(dot)net> writes:
> Here is what I find in pg_xlog:
> [root(at)mail pg_xlog]# ls -l
> total 114840
> -rw------- 1 postgres postgres 16777216 Aug 7 18:29
> 000000010000000200000016
So are you still getting the error? This looks like your WAL is now
up to 2/16xxxxxx, so that sanity check shouldn't be noticing a problem
anymore. Not that that should make us feel better --- there's
definitely something fishy here.
> I'm not sure how to get what you are looking for with pg_filedump, I've
> got pg_filedump compiled, and tried pg_filedump-4.0/pg_filedump -f -R
> 3421 ./9534098 but I don't really know how to read the output.
I didn't ask you if *you* knew what the output meant ;-) but it should
show the page LSN like this:
LSN: logid 0 recoff 0x00000020 Special 8192 (0x2000)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | mike | 2006-08-08 04:45:51 | Re: Installing and using SLONY-I cluster |
| Previous Message | RPK | 2006-08-08 04:34:21 | Installing and using SLONY-I cluster |