Weird use of parentheses in the manual

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Weird use of parentheses in the manual
Date: 2021-06-24 11:57:09
Message-ID: CAECtzeXf3_oZoU6mgFCOy5+pDZ5n4XtH0Da4a5n_KacraVWiHQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
logicaldecoding.patch text/x-patch 697 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Borisov 2021-06-24 11:57:28 Re: Parallel scan with SubTransGetTopmostTransaction assert coredump
Previous Message Daniel Gustafsson 2021-06-24 11:53:47 Re: SSL/TLS instead of SSL in docs