Thread

Commits

  1. Fix mismatched file identifications

  1. Fix unmatched file identifications

    Masahiko Sawada <sawada.mshk@gmail.com> — 2022-08-09T01:57:20Z

    Hi,
    
    I found that there are two .c and .h files whose identification in the
    header comment doesn't match its actual path.
    
    src/include/common/compression.h has:
    
      * IDENTIFICATION
      *        src/common/compression.h
      *-------------------------------------------------------------------------
    
    src/fe_utils/cancel.c has:
    
      * src/fe-utils/cancel.c
      *
      *------------------------------------------------------------------------
    
    The attached small patch fixes them.
    
    Regards,
    
    -- 
    Masahiko Sawada
    EDB:  https://www.enterprisedb.com/
    
  2. Re: Fix unmatched file identifications

    John Naylor <john.naylor@enterprisedb.com> — 2022-08-09T02:24:46Z

    On Tue, Aug 9, 2022 at 8:58 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
    > I found that there are two .c and .h files whose identification in the
    > header comment doesn't match its actual path.
    
    > The attached small patch fixes them.
    
    Pushed, thanks!
    
    -- 
    John Naylor
    EDB: http://www.enterprisedb.com
    
    
    
    
  3. Re: Fix unmatched file identifications

    Masahiko Sawada <sawada.mshk@gmail.com> — 2022-08-09T03:05:00Z

    On Tue, Aug 9, 2022 at 11:24 AM John Naylor
    <john.naylor@enterprisedb.com> wrote:
    >
    > On Tue, Aug 9, 2022 at 8:58 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
    > > I found that there are two .c and .h files whose identification in the
    > > header comment doesn't match its actual path.
    >
    > > The attached small patch fixes them.
    >
    > Pushed, thanks!
    
    Thank you!
    
    Regards,
    
    -- 
    Masahiko Sawada
    EDB:  https://www.enterprisedb.com/