Logical Replication Helpers WIP for discussion - Mailing list pgsql-hackers

From Petr Jelinek
Subject Logical Replication Helpers WIP for discussion
Date
Msg-id 548E785C.2080904@2ndquadrant.com
Whole thread Raw
Responses Re: Logical Replication Helpers WIP for discussion  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Hello,

we've made few helper functions for making logical replication easier, I
bundled it into contrib module as this is mainly for discussion at this
time (I don't expect this to get committed any time soon, but it is good
way to iron out protocol, etc).

I created sample logical decoding plugin that uses those functions and
which can be used for passing DML changes in platform/version
independent (hopefully) format.

I will post sample apply BG worker also once I get some initial feedback
about this.

It's hard to write tests for this as the binary changes contain
transaction ids and timestamps so the data changes constantly.

This is of course based on the BDR work Andres, Craig and myself have
been doing.

--
  Petr Jelinek                  http://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: Add generate_series(numeric, numeric)
Next
From: Tom Lane
Date:
Subject: Re: Commit fest 2014-12, let's begin!