Re: logical changeset generation v6

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: logical changeset generation v6
Date: 2013-09-17 14:31:10
Message-ID: 20130917143110.GK5452@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2013-09-17 09:45:28 -0400, Peter Eisentraut wrote:
> On 9/15/13 11:30 AM, Andres Freund wrote:
> > On 2013-09-15 11:20:20 -0400, Peter Eisentraut wrote:
> >> On Sat, 2013-09-14 at 22:49 +0200, Andres Freund wrote:
> >>> Attached you can find the newest version of the logical changeset
> >>> generation patchset.
> >>
> >> You probably have bigger things to worry about, but please check the
> >> results of cpluspluscheck, because some of the header files don't
> >> include header files they depend on.
> >
> > Hm. I tried to get that right, but it's been a while since I last
> > checked. I don't regularly use cpluspluscheck because it doesn't work in
> > VPATH builds... We really need to fix that.
> >
> > I'll push a fix for that to the git tree, don't think that's worth a
> > resend in itself.
>
> 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.

Greetings,

Andres Freund

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

Attachment Content-Type Size
0001-wal_decoding-Allow-walsender-s-to-connect-to-a-speci.patch text/x-patch 11.9 KB
0002-wal_decoding-Log-xl_running_xact-s-at-a-higher-frequ.patch text/x-patch 7.3 KB
0003-wal_decoding-Add-information-about-a-tables-primary-.patch text/x-patch 4.2 KB
0004-wal_decoding-Introduce-wal-decoding-via-catalog-time.patch text/x-patch 336.9 KB
0005-wal_decoding-test_decoding-Add-a-simple-decoding-mod.patch text/x-patch 10.2 KB
0006-wal_decoding-pg_receivellog-Introduce-pg_receivexlog.patch text/x-patch 34.6 KB
0007-wal_decoding-test_logical_decoding-Add-extension-for.patch text/x-patch 385.1 KB
0008-wal_decoding-design-document-v2.4-and-snapshot-build.patch text/x-patch 38.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-09-17 14:49:42 Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Is it necessary to rewrite table while increasing the scale of datatype numeric?
Previous Message Andres Freund 2013-09-17 14:27:06 Re: [RFC] Extend namespace of valid guc names