From c8cb7453233b31a177b08a3b2bdac4c31508dc00 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Thu, 14 Apr 2016 11:17:41 +0900 Subject: [PATCH] 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. --- doc/src/sgml/func.sgml | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 5a86ca2ec6..eb2a0c5951 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)