From: | Maciek Sakrejda <m(dot)sakrejda(at)gmail(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #8728: Toast table much larger on replica |
Date: | 2014-01-13 18:12:07 |
Message-ID: | CAOtHd0D1Q06rMDcMiXFTAyXUPbYKQGHBYL5-qNuRK5CX-66bwg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
(apologies for lack of proper threading, but I never got an e-mail from my
form submission--checked spam folder and everything)
I took another look at the cluster, and the extra extents in question all
look like this in hexdump:
00000000 00 00 00 00 00 00 00 00 00 00 00 00 18 00 00 20
|............... |
00000010 00 20 04 20 00 00 00 00 00 00 00 00 00 00 00 00 |. .
............|
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
00002000 00 00 00 00 00 00 00 00 00 00 00 00 18 00 00 20
|............... |
00002010 00 20 04 20 00 00 00 00 00 00 00 00 00 00 00 00 |. .
............|
00002020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
00004000 00 00 00 00 00 00 00 00 00 00 00 00 18 00 00 20
|............... |
We're actually investigating a separate WAL-E issue that may have led to
missing files (possibly including visibility maps) when originally setting
up the base backup. I don't think that directly caused these extra files,
but I'm bringing it up since it may be relevant here.
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2014-01-13 18:18:23 | Re: BUG #8728: Toast table much larger on replica |
Previous Message | Ufuk Kayserilioglu | 2014-01-13 16:17:13 | Re: BUG #8821: pg_trgm segfault with Turkish locale database |