Re: Fix a possible typo in rewriteheap.c code comments

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: Fix a possible typo in rewriteheap.c code comments
Дата
Msg-id CAA4eK1K1368s-ynP9x=qdFuzeZ00imar979aAV9bEbgrOaWCAA@mail.gmail.com
обсуждение исходный текст
Ответ на Fix a possible typo in rewriteheap.c code comments  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Ответы Re: Fix a possible typo in rewriteheap.c code comments  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
On Mon, Jan 10, 2022 at 9:42 AM Bharath Rupireddy
<bharath.rupireddyforpostgres@gmail.com> wrote:
>
> Hi,
>
> It looks like there's a typo, attaching a tiny patch to fix it.
>
>   *
>   * When doing logical decoding - which relies on using cmin/cmax of catalog
>   * tuples, via xl_heap_new_cid records - heap rewrites have to log enough
> - * information to allow the decoding backend to updates its internal mapping
> + * information to allow the decoding backend to update its internal mapping
>

LGTM.

-- 
With Regards,
Amit Kapila.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: Multiple Query IDs for a rewritten parse tree
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: Is it correct to update db state in control file as "shutting down" during end-of-recovery checkpoint?