Fix typo: multiple tuple => tuples

From: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix typo: multiple tuple => tuples
Date: 2021-05-26 07:37:15
Message-ID: OS0PR01MB571612191738540B27A8DE5894249@OS0PR01MB5716.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
0001-fix-typo.patch application/octet-stream 857 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2021-05-26 07:57:31 Re: Incorrect snapshots while promoting hot standby node when 2PC is used
Previous Message Bharath Rupireddy 2021-05-26 07:30:57 Re: Batch insert in CTAS/MatView code