Fix unmatched file identifications - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Fix unmatched file identifications
Date
Msg-id CAD21AoASq93KPiNxipPaTCzEdsnxT9665UesOnWcKhmX9Qfx6A@mail.gmail.com
Whole thread Raw
Responses Re: Fix unmatched file identifications
List pgsql-hackers
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/

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg15b2: large objects lost on upgrade
Next
From: Masahiko Sawada
Date:
Subject: Re: optimize lookups in snapshot [sub]xip arrays