Weird use of parentheses in the manual - Mailing list pgsql-hackers

From Guillaume Lelarge
Subject Weird use of parentheses in the manual
Date
Msg-id CAECtzeXf3_oZoU6mgFCOy5+pDZ5n4XtH0Da4a5n_KacraVWiHQ@mail.gmail.com
Whole thread Raw
Responses Re: Weird use of parentheses in the manual
List 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

pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: SSL/TLS instead of SSL in docs
Next
From: Pavel Borisov
Date:
Subject: Re: Parallel scan with SubTransGetTopmostTransaction assert coredump