pgsql: Add missing index terms for replication commands in the document

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing index terms for replication commands in the document
Date: 2014-08-18 02:38:08
Message-ID: E1XJCpk-000532-Qu@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing index terms for replication commands in the document.

Previously only CREATE_REPLICATION_SLOT was exposed as an index term.
That's odd and there is no reason not to add index terms for other
replication commands.

Back-patch to 9.4.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3e9f70f1287b9324e398a084a8e881ea6aefc3eb

Modified Files
--------------
doc/src/sgml/protocol.sgml | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2014-08-18 02:48:24 Re: pgsql: Add missing index terms for replication commands in the document
Previous Message Tom Lane 2014-08-18 02:26:58 pgsql: Make an editorial pass over the 9.4 release notes.