pgsql: Fix duplicated index entry in doc. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix duplicated index entry in doc.
Date
Msg-id E1aqWqz-00088O-1E@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: pgsql: Fix pg_dump so pg_upgrade'ing an extension with simple opfamilie
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix pg_dump so pg_upgrade'ing an extension with simple opfamilie