From: | Steve Singer <steve(at)ssinger(dot)info> |
---|---|
To: | Andres Freund <andres(at)2ndquadrant(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: logical changeset generation v6 |
Date: | 2013-09-25 15:01:44 |
Message-ID: | BLU0-SMTP3177BC559FF6B505062E83DC2F0@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 09/17/2013 10:31 AM, Andres Freund wrote:
> This patch set now fails to apply because of the commit "Rename various
> "freeze multixact" variables".
> And I am even partially guilty for that patch...
>
> Rebased patches attached.
While testing the logical replication changes against my WIP logical
slony I am sometimes getting error messages from the WAL sender of the form:
unexpected duplicate for tablespace X relfilenode X
The call stack is
HeapTupleSatisfiesMVCCDuringDecoding
heap_hot_search_buffer
index_fetch_heap
index_getnext
systable_getnext
RelidByRelfilenode
ReorderBufferCommit
DecodeCommit
.
.
.
I am working off something based on your version
e0acfeace6d695c229efd5d78041a1b734583431
Any ideas?
> Greetings,
>
> Andres Freund
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Stark | 2013-09-25 15:03:23 | Re: UTF8 national character data type support WIP patch and list of open issues. |
Previous Message | Greg Stark | 2013-09-25 15:00:55 | Re: Some interesting news about Linux 3.12 OOM |