Re: Fix typo: multiple tuple => tuples

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix typo: multiple tuple => tuples
Date: 2021-05-26 10:54:54
Message-ID: YK4o/tFqz4H6GF08@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 26, 2021 at 07:37:15AM +0000, houzj(dot)fnst(at)fujitsu(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2021-05-26 11:22:04 Re: Parallel Inserts in CREATE TABLE AS
Previous Message Aleksander Alekseev 2021-05-26 10:49:47 Re: Add ZSON extension to /contrib/