On Tue, Mar 2, 2021 at 10:38 AM Ajin Cherian <itsa...@gmail.com> wrote:
>
> On Tue, Mar 2, 2021 at 3:03 PM Amit Kapila <amit.kapil...@gmail.com> wrote:
>
> One minor comment:
> +      </para>
> +      <para>
> +       True if the slot is enabled for decoding prepared transactions.  
> Always
> +       false for physical slots.
> +      </para></entry>
> +     </row>
>
> There is an extra space before Always. But when rendered in html this
> is not seen, so this might not be a problem.
>

I am just trying to be consistent with the nearby description. For example, see:
"The number of bytes that can be written to WAL such that this slot is
not in danger of getting in state "lost".  It is NULL for lost slots,
as well as if <varname>max_slot_wal_keep_size</varname> is
<literal>-1</literal>."

In Pg docs, comments, you will find that there are places where we use
a single space before the new line and also places where we use two
spaces. In this case, for the sake of consistency with the nearby
description, I used two spaces.

-- 
With Regards,
Amit Kapila.


Reply via email to