Re: logical changeset generation v6 - Mailing list pgsql-hackers

From Steve Singer
Subject Re: logical changeset generation v6
Date
Msg-id BLU0-SMTP3177BC559FF6B505062E83DC2F0@phx.gbl
Whole thread Raw
In response to Re: logical changeset generation v6  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: logical changeset generation v6
List 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
>
>
>




pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Some interesting news about Linux 3.12 OOM
Next
From: Greg Stark
Date:
Subject: Re: UTF8 national character data type support WIP patch and list of open issues.