Re: Fix a typo in decode.c

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: "Zhijie Hou (Fujitsu)" <houzj(dot)fnst(at)fujitsu(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix a typo in decode.c
Date: 2023-09-01 13:16:12
Message-ID: CAA4eK1KO-+pJ0HMKqD6aiMVQzR9RZo1XnB9ymvF=UmzvH_+H4w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Sep 1, 2023 at 5:09 PM Zhijie Hou (Fujitsu)
<houzj(dot)fnst(at)fujitsu(dot)com> wrote:
>
> When reading the code, I noticed a typo in the description of WAL record.
>
> /*
> - * Decode XLOG_HEAP2_MULTI_INSERT_insert record into multiple tuplebufs.
> + * Decode XLOG_HEAP2_MULTI_INSERT record into multiple tuplebufs.
> *
>
> And attach a small patch to fix it.
>

LGTM.

--
With Regards,
Amit Kapila.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2023-09-01 13:25:25 Re: Should we use MemSet or {0} for struct initialization?
Previous Message Robert Haas 2023-09-01 13:12:22 Re: sandboxing untrusted code