From: Fujii Masao Date: Thu, 14 Apr 2016 02:17:41 +0000 (+0900) Subject: Fix duplicated index entry in doc. X-Git-Tag: REL9_6_BETA1~165 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8cb7453233b31a177b08a3b2bdac4c31508dc00;p=thirdparty%2Fpostgresql.git 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. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 5a86ca2ec65..eb2a0c59518 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -18414,9 +18414,6 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); - - pg_logical_emit_message - pg_logical_emit_message(transactional bool, prefix text, content bytea)