Re: report a typo in comments of ComputeXidHorizonsResult

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Junwang Zhao <zhjwpku(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: report a typo in comments of ComputeXidHorizonsResult
Date: 2024-07-07 23:49:43
Message-ID: CAMbWs49FHK3CrWAG-3hN1Euzg65Dq++AX-Zh_fDo7e8qskk41Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jul 7, 2024 at 5:43 PM Junwang Zhao <zhjwpku(at)gmail(dot)com> wrote:
> I think the period here should be a typo.
>
> index 16b5803d388..af3b15e93df 100644
> --- a/src/backend/storage/ipc/procarray.c
> +++ b/src/backend/storage/ipc/procarray.c
> @@ -185,7 +185,7 @@ typedef struct ComputeXidHorizonsResult
> FullTransactionId latest_completed;
>
> /*
> - * The same for procArray->replication_slot_xmin and.
> + * The same for procArray->replication_slot_xmin and
> * procArray->replication_slot_catalog_xmin.
> */

+1.

Thanks
Richard

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2024-07-08 00:19:58 Re: Parallel Bitmap Heap Scan reports per-worker stats in EXPLAIN ANALYZE
Previous Message Joel Jacobson 2024-07-07 23:40:31 Re: Incorrect results from numeric round() and trunc()