Re: Fix typo: multiple tuple => tuples - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Fix typo: multiple tuple => tuples
Date
Msg-id YK4o/tFqz4H6GF08@paquier.xyz
Whole thread Raw
In response to Fix typo: multiple tuple => tuples  ("houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: Add ZSON extension to /contrib/
Next
From: Bharath Rupireddy
Date:
Subject: Re: Parallel Inserts in CREATE TABLE AS