Re: [HACKERS] 9.4 documentation: duplicate paragraph in logical decoding example

2014-07-28 Thread Fujii Masao
On Mon, Jul 14, 2014 at 2:33 PM, Christoph Moench-Tegeder wrote: > ## Andres Freund (and...@2ndquadrant.com): > >> Care to submit a patch for it Christoph? > > There it is. Thanks! Applied. Regards, -- Fujii Masao -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make

Re: [HACKERS] 9.4 documentation: duplicate paragraph in logical decoding example

2014-07-13 Thread Christoph Moench-Tegeder
## Andres Freund (and...@2ndquadrant.com): > Care to submit a patch for it Christoph? There it is. Regards, Christoph -- Spare Space diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 41b63b4..6c3707c 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/do

Re: [HACKERS] 9.4 documentation: duplicate paragraph in logical decoding example

2014-07-06 Thread Andres Freund
On 2014-07-07 12:50:17 +0900, Fujii Masao wrote: > On Sun, Jul 6, 2014 at 2:41 AM, Christoph Moench-Tegeder > wrote: > > Hi, > > > > while reading the logical decoding docs, I came across a duplicated > > paragraph in doc/src/sgml/logicaldecoding.sgml - in the current > > master branch, lines 108

Re: [HACKERS] 9.4 documentation: duplicate paragraph in logical decoding example

2014-07-06 Thread Fujii Masao
On Sun, Jul 6, 2014 at 2:41 AM, Christoph Moench-Tegeder wrote: > Hi, > > while reading the logical decoding docs, I came across a duplicated > paragraph in doc/src/sgml/logicaldecoding.sgml - in the current > master branch, lines 108 to 115 are the same as lines 117 to 124. > I've attached a patc

[HACKERS] 9.4 documentation: duplicate paragraph in logical decoding example

2014-07-05 Thread Christoph Moench-Tegeder
Hi, while reading the logical decoding docs, I came across a duplicated paragraph in doc/src/sgml/logicaldecoding.sgml - in the current master branch, lines 108 to 115 are the same as lines 117 to 124. I've attached a patch which removes the second instance of that paragraph. In case it is intende