From: | Ben Chobot <bench(at)silentmedia(dot)com> |
---|---|
To: | pgsql-general General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: async streaming and recovery_target_timeline=latest |
Date: | 2013-07-29 18:31:58 |
Message-ID: | 55E7F831-4449-467B-A73D-B4E5DF3DEA1A@silentmedia.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Jul 28, 2013, at 5:29 PM, Amit Langote wrote:
> I think, the WAL recycling on standby names the recycled segments with
> the latest timelineID (in this case it's 0x10) which creates WALs that
> there shouldn't have been like 000000100000146A00000001 instead of
> 0000000F0000146A00000001. This patch recently applied to 9.1.9 (but
> not in any stable release so far) solves this problem as far as I can
> see. Try and see if you can patch it:
>
> http://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=424cc31a3785bd01108e6f4b20941c6442d3d2d0
Thanks for the link Amit. That makes for 2 patches we're eagerly awaiting in 9.1.10.
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Tipton | 2013-07-29 19:02:35 | Re: Event trigger information accessibility on plpgsql |
Previous Message | Jeff Janes | 2013-07-29 18:25:15 | Re: maintenance_work_mem and CREATE INDEX time |