Re: Fix a typo in decode.c - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Fix a typo in decode.c
Date
Msg-id CAA4eK1KO-+pJ0HMKqD6aiMVQzR9RZo1XnB9ymvF=UmzvH_+H4w@mail.gmail.com
Whole thread Raw
In response to Fix a typo in decode.c  ("Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>)
List pgsql-hackers
On Fri, Sep 1, 2023 at 5:09 PM Zhijie Hou (Fujitsu)
<houzj.fnst@fujitsu.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.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: sandboxing untrusted code
Next
From: John Naylor
Date:
Subject: Re: Should we use MemSet or {0} for struct initialization?