Re: Changeset Extraction v7.6

From: "Erik Rijkers" <er(at)xs4all(dot)nl>
To: "Andres Freund" <andres(at)2ndquadrant(dot)com>
Cc: "Robert Haas" <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Changeset Extraction v7.6
Date: 2014-02-14 09:42:46
Message-ID: a0d7f88ec1704d880ecc9483a9674def.squirrel@webmail.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, February 14, 2014 10:13, Andres Freund wrote:
> Hi,
>
> On 2014-02-14 09:23:45 +0100, Erik Rijkers wrote:
>> >0001-wal_decoding-Introduce-logical-changeset-extraction.patch.gz 159 k
>> >0002-wal_decoding-logical-changeset-extraction-walsender-.patch.gz 16 k
>> >0003-wal_decoding-pg_recvlogical-Introduce-pg_receivexlog.patch.gz 15 k
>> >0004-wal_decoding-Documentation-for-replication-slots-and.patch.gz 14 k
>> >0005-wal_decoding-Temporarily-add-logical-decoding-regres.patch.gz 1.8 k
>>
>> These don't apply...
>
> Works here, could you give a bit more details about the problem you have
> applying them? Note that they are compressed, so need to be gunzipped first...
>

yeah, unzipping -- I thought of that :) (no offense taken :))

I just gave it into my standard patch-applying-compiling shell script which does something like, as always :

patch --dry-run -b -l -F 25 -p 1 <
/home/aardvark/download/pgpatches/0094/lcsg/20140213/0001-wal_decoding-Introduce-logical-changeset-extraction.patch
>patch.1.dry-run.1.out

(it loops to try out several -p values, none acceptable)

etc

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-02-14 09:55:46 Re: Changeset Extraction v7.6.1
Previous Message David Beck 2014-02-14 09:30:18 Re: New hook after raw parsing, before analyze