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-000533-Qy@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
------
REL9_4_STABLE

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

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

Responses

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.