Re: [HACKERS] Changeset Extraction v7.6

2014-02-14 Thread Erik Rijkers
On Thu, February 13, 2014 17:12, Andres Freund wrote:
 Hi,

 On 2014-02-11 11:22:24 -0500, Robert Haas wrote:
 [loads of comments]

 I tried to address all the points you mentioned.


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...








-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Re: [HACKERS] Changeset Extraction v7.6

2014-02-14 Thread Andres Freund
Hi,

On 2014-02-14 09:23:45 +0100, Erik Rijkers wrote:
 0001-wal_decoding-Introduce-logical-changeset-extraction.patch.gz159 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...

Greetings,

Andres Freund

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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Re: [HACKERS] Changeset Extraction v7.6

2014-02-14 Thread Erik Rijkers
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




-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers