Re: Changeset Extraction v7.9.1

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Changeset Extraction v7.9.1
Date: 2014-03-12 18:06:22
Message-ID: 20140312180622.GA10179@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2014-03-10 13:55:53 -0700, Josh Berkus wrote:
> On 03/10/2014 12:46 PM, Robert Haas wrote:
> > On Mon, Mar 10, 2014 at 3:38 PM, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> >> On 03/10/2014 11:54 AM, Robert Haas wrote:
> >>> I've committed this patch now with a few further tweaks, leaving this
> >>> issue unaddressed. It may well be something that needs improvement,
> >>> but I don't think it's a big enough issue to justify holding back a
> >>> commit.
> >>
> >> Wait, does this mean Changesets is committed? Or only part of it?
> >
> > The core of the feature was b89e151054a05f0f6d356ca52e3b725dd0505e53,
> > but that only allowed it through the SQL interface. The new commit,
> > 8722017bbcbc95e311bbaa6d21cd028e296e5e35, makes it available via
> > walsender interface. There isn't a client for that interface yet, but
> > if you're wondering whether it's time to break out the champagne, I'm
> > thinking probably.
>
> Yeah, that's my thoughts. Although I might wait for recvlogical. Will
> put documentation wordsmithing on my todo list once Andres commits.

Heh, as Robert observed, no can do...

Attached are the collected remaining patches. The docs might need
further additions, but it seems better to add them now.

Greetings,

Andres Freund

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

Attachment Content-Type Size
0001-Fix-typo-in-Assert-statement-causing-SetTransactionS.patch text/x-patch 1.5 KB
0002-Add-pg_recvlogical-a-commandline-tool-to-receive-dat.patch text/x-patch 35.4 KB
0003-Documentation-for-logical-decoding.patch text/x-patch 53.3 KB
0004-Adapt-test_decoding-s-documentation-to-last-minute-l.patch text/x-patch 957 bytes
0005-Minor-test-decoding-comment-improvements.patch text/x-patch 2.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-03-12 18:06:34 Re: logical decoding documentation?
Previous Message Robert Haas 2014-03-12 18:02:21 Re: GIN improvements part2: fast scan