pgsql: Fix duplicated index entry in doc.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix duplicated index entry in doc.
Date: 2016-04-14 02:17:57
Message-ID: E1aqWqz-00088O-1E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix duplicated index entry in doc.

Commit cfe96ae corrected the name of pg_logical_emit_message()
in its index entry. But this typo fix caused duplicated index
entry because there was another index entry for the function.

Spotted by Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c8cb7453233b31a177b08a3b2bdac4c31508dc00

Modified Files
--------------
doc/src/sgml/func.sgml | 3 ---
1 file changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2016-04-14 02:29:32 Re: [COMMITTERS] pgsql: Add regression tests for multiple synchronous standbys.
Previous Message Stephen Frost 2016-04-14 01:42:10 Re: pgsql: Fix pg_dump so pg_upgrade'ing an extension with simple opfamilie