Re: Documentation improvement patch

From: Oleg <o(dot)sibiryakov(at)postgrespro(dot)ru>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>, Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Documentation improvement patch
Date: 2025-11-25 07:08:18
Message-ID: 4e4141ed-d0f3-4cec-b668-885e59e06c0c@postgrespro.ru
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Daniel, Peter, thank you for the thorough review of the patch.

--
Oleg Sibiryakov

On 19.11.2025 17:14, Daniel Gustafsson wrote:
>> On 19 Nov 2025, at 12:02, Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>> The following changes are left in your patch that should not be changed per the above discussion (all in doc/src/sgml/protocol.sgml):
> I did consider these to be separate but re-reading I agree that they should be
> removed.
>
>> Separately, maybe this could be improved further:
>>
>> - Sets the maximum number of open files each server subprocess is
>> + Sets the maximum number of files each server subprocess is
>> allowed to open simultaneously; files already opened in the
>>
>> I think it would be more correct to say something like "... number of files each server subprocess is allowed to have open simultaneously ..." (not how many open actions are happening concurrently).
> I wonder if the original intent was to write "Sets the maximum number of open
> files each server subprocess is allowed to have simultaneously;"? That being
> said, your suggestion is better so I'll go with that.
>
> I will push the patch with the above changes a bit later today.
>
> --
> Daniel Gustafsson
>
>
>

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message jian he 2025-11-25 14:47:59 change ON CONFLICT UPDATE
Previous Message Robert Treat 2025-11-25 04:28:22 Re: Streaming Replication vs Logical