Re: logical changeset generation v3 - git repository - Mailing list pgsql-hackers

From Andres Freund
Subject Re: logical changeset generation v3 - git repository
Date
Msg-id 20121209191450.GF4694@awork2.anarazel.de
Whole thread Raw
In response to Re: logical changeset generation v3 - git repository  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: logical changeset generation v3 - git repository
List pgsql-hackers
On 2012-11-15 02:26:53 +0100, Andres Freund wrote:
> On 2012-11-15 01:27:46 +0100, Andres Freund wrote:
> > In response to this you will soon find the 14 patches that currently
> > implement $subject.
>
> As its not very wieldly to send around that many/big patches all the
> time, until the next "major" version I will just update the git tree at:
>
> Web:
>
http://git.postgresql.org/gitweb/?p=users/andresfreund/postgres.git;a=shortlog;h=refs/heads/xlog-decoding-rebasing-cf3
>
> Git:
> git clone git://git.postgresql.org/git/users/andresfreund/postgres.git xlog-decoding-rebasing-cf3

I pushed a new version which

- is rebased ontop of master
- is based ontop of the new xlogreader (biggest part)
- is base ontop of the new binaryheap.h
- some fixes
- some more comments

Greetings,

Andres Freund

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



pgsql-hackers by date:

Previous
From: Matthew Gerber
Date:
Subject: Re: Unresolved error 0xC0000409 on Windows Server
Next
From: Andres Freund
Date:
Subject: Re: [PATCH 02/14] Add support for a generic wal reading facility dubbed XLogReader