Fix a possible typo in rewriteheap.c code comments

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Fix a possible typo in rewriteheap.c code comments
Дата
Msg-id CALj2ACW7SvfFW8r2uKH6oQm1kNpt8aQMG61kSBPK0S2PHhFbMw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fix a possible typo in rewriteheap.c code comments  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
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

Regards,
Bharath Rupireddy.

Вложения

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

Предыдущее
От: "Andrey V. Lepikhov"
Дата:
Сообщение: Re: Multiple Query IDs for a rewritten parse tree
Следующее
От: Amul Sul
Дата:
Сообщение: Re: TAP test to cover "EndOfLogTLI != replayTLI" case