Weird use of parentheses in the manual

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Weird use of parentheses in the manual
Дата
Msg-id CAECtzeXf3_oZoU6mgFCOy5+pDZ5n4XtH0Da4a5n_KacraVWiHQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Weird use of parentheses in the manual  (Amit Kapila <amit.kapila16@gmail.com>)
Список 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.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: SSL/TLS instead of SSL in docs
Следующее
От: Pavel Borisov
Дата:
Сообщение: Re: Parallel scan with SubTransGetTopmostTransaction assert coredump