9.4 documentation: duplicate paragraph in logical decoding example

From: Christoph Moench-Tegeder <cmt(at)burggraben(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: 9.4 documentation: duplicate paragraph in logical decoding example
Date: 2014-07-05 17:41:26
Message-ID: 20140705174126.GA2153@elch.exwg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 intended to demonstrate that the changes in the stream
were not consumed by pg_logical_slot_peek_changes(), the comment
in line 117 should be removed, or reworded like "the changes have
not been consumed by the previous command", just to avoid making
it look like that paragraph had been duplicated by accident :)

Regards,
Christoph

--
Spare Space

Attachment Content-Type Size
logicaldecoding.sgml.diff text/x-diff 1014 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2014-07-05 20:56:02 Performance regression: 9.2+ vs. ScalarArrayOpExpr vs. ORDER BY
Previous Message Kevin Grittner 2014-07-05 16:11:29 Re: unused local variable