Thread

Commits

  1. Fix typo in heapam.c

  1. Fix typo: multiple tuple => tuples

    Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com> — 2021-05-26T07:37:15Z

    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
    
  2. Re: Fix typo: multiple tuple => tuples

    Michael Paquier <michael@paquier.xyz> — 2021-05-26T10:54:54Z

    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