Typo in the comment above heap_prepare_freeze_tuple()

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Typo in the comment above heap_prepare_freeze_tuple()
Дата
Msg-id 5673A6F1.9060709@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: Typo in the comment above heap_prepare_freeze_tuple()  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
I think the following may be a typo:

  * Caller is responsible for ensuring that no other backend can access the
  * storage underlying this tuple, either by holding an exclusive lock on the
- * buffer containing it (which is what lazy VACUUM does), or by having it by
+ * buffer containing it (which is what lazy VACUUM does), or by having it be
  * in private storage (which is what CLUSTER and friends do).

If so, attached is the patch.

Thanks,
Amit

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Freeze avoidance of very large table.
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Comment typo in pg_upgrade.c