Weird use of parentheses in the manual

Guillaume Lelarge <guillaume@lelarge.info>

From: Guillaume Lelarge <guillaume@lelarge.info>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-24T11:57:09Z
Lists: pgsql-hackers

Attachments

Hey,

I was translating logicaldecoding.sgml, and I saw this sentence:

There are multiple required streaming callbacks
(<function>stream_start_cb</function>, <function>stream_stop_cb</function>,
<function>stream_abort_cb</function>, <function>stream_commit_cb</function>
and <function>stream_change_cb</function>) and two optional callbacks
(<function>stream_message_cb</function>) and
(<function>stream_truncate_cb</function>).

The two last sets of parentheses seem really weird to me. Looks like it
should be:
(<function>stream_message_cb</function> and
<function>stream_truncate_cb</function>).

Really tiny patch attached to fix this if it really is wrong, and anyone
cares enough to fix it :)

Regards.


-- 
Guillaume.

Commits

  1. Doc: Fix minor formatting issue in logicaldecoding.sgml.