Fix unmatched file identifications
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-08-09T01:57:20Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-unmatched-file-identifications.patch (application/octet-stream) patch v1-0001
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/
Commits
-
Fix mismatched file identifications
- ffbfde4c8772 16.0 landed