Fix typo: multiple tuple => tuples

Поиск
Список
Период
Сортировка
От houzj.fnst@fujitsu.com
Тема Fix typo: multiple tuple => tuples
Дата
Msg-id OS0PR01MB571612191738540B27A8DE5894249@OS0PR01MB5716.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответы Re: Fix typo: multiple tuple => tuples  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hi,

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.

Best regards,
houzj

Вложения

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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Batch insert in CTAS/MatView code
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Incorrect snapshots while promoting hot standby node when 2PC is used