pgsql: Reword the sentence for pg_logical_slot_peek_changes function.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reword the sentence for pg_logical_slot_peek_changes function.
Date: 2014-07-29 03:27:10
Message-ID: E1XBy4E-0004dp-OH@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reword the sentence for pg_logical_slot_peek_changes function.

Previously the duplicated paragraphs were used next to each other
in the document to demonstrate that the changes in the stream
were not consumed by pg_logical_slot_peek_changes function.
But some users misunderstood that the duplication of the same
paragraph was just typo. So this commit rewords the sentence in
the latter paragraph for less confusing.

Christoph Moench-Tegeder

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/850ebf2db574a0c28a4f34eceae3c77dbc6320c8

Modified Files
--------------
doc/src/sgml/logicaldecoding.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-07-29 09:02:55 pgsql: Treat 2PC commit/abort the same as regular xacts in recovery.
Previous Message Tom Lane 2014-07-28 20:30:43 pgsql: Fix obsolete statement in smgr/README.