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

From houzj.fnst@fujitsu.com
Subject Fix typo: multiple tuple => tuples
Date
Msg-id OS0PR01MB571612191738540B27A8DE5894249@OS0PR01MB5716.jpnprd01.prod.outlook.com
Whole thread Raw
Responses Re: Fix typo: multiple tuple => tuples
List 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

pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Batch insert in CTAS/MatView code
Next
From: Michael Paquier
Date:
Subject: Re: Incorrect snapshots while promoting hot standby node when 2PC is used