Обсуждение: Fix a typo in decode.c

Поиск
Список
Период
Сортировка

Fix a typo in decode.c

От
"Zhijie Hou (Fujitsu)"
Дата:
Hi,

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.

Best Regards,
Hou Zhijie


Вложения

Re: Fix a typo in decode.c

От
Amit Kapila
Дата:
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.