Re: Fix typo: multiple tuple => tuples

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Fix typo: multiple tuple => tuples
Дата
Msg-id YK4o/tFqz4H6GF08@paquier.xyz
обсуждение исходный текст
Ответ на Fix typo: multiple tuple => tuples  ("houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>)
Список pgsql-hackers
On Wed, May 26, 2021 at 07:37:15AM +0000, houzj.fnst@fujitsu.com wrote:
> I found a possible typo in the code comments of heap_multi_insert.
>
> - *    heap_multi_insert    - insert multiple tuple into a heap
> + *    heap_multi_insert    - insert multiple tuples into a heap
>
> Attaching a patch to fix it.

Thanks, fixed.
--
Michael

Вложения

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

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Re: Add ZSON extension to /contrib/
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Parallel Inserts in CREATE TABLE AS