Fix unmatched file identifications

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix unmatched file identifications
Date: 2022-08-09 01:57:20
Message-ID: CAD21AoASq93KPiNxipPaTCzEdsnxT9665UesOnWcKhmX9Qfx6A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v1-0001-Fix-unmatched-file-identifications.patch application/octet-stream 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2022-08-09 01:57:44 Re: optimize lookups in snapshot [sub]xip arrays
Previous Message Tom Lane 2022-08-09 01:51:46 Re: pg15b2: large objects lost on upgrade