diff options
author | John Naylor | 2022-08-09 02:21:37 +0000 |
---|---|---|
committer | John Naylor | 2022-08-09 02:21:37 +0000 |
commit | ffbfde4c87725c5342aa0727ed61c5c3c7c0cb39 (patch) | |
tree | 37ff9e6f3c94a2d2f16df71978538348a05c3313 /src | |
parent | 670475b2fa4bc683edf3d595292ce696496f6b49 (diff) |
Fix mismatched file identifications
Masahiko Sawada
Discussion: https://www.postgresql.org/message-id/CAD21AoASq93KPiNxipPaTCzEdsnxT9665UesOnWcKhmX9Qfx6A@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/fe_utils/cancel.c | 2 | ||||
-rw-r--r-- | src/include/common/compression.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fe_utils/cancel.c b/src/fe_utils/cancel.c index d430866758f..8d9ea19de2e 100644 --- a/src/fe_utils/cancel.c +++ b/src/fe_utils/cancel.c @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * src/fe-utils/cancel.c + * src/fe_utils/cancel.c * *------------------------------------------------------------------------ */ diff --git a/src/include/common/compression.h b/src/include/common/compression.h index 7aa4240a277..436b48104e4 100644 --- a/src/include/common/compression.h +++ b/src/include/common/compression.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * * IDENTIFICATION - * src/common/compression.h + * src/include/common/compression.h *------------------------------------------------------------------------- */ |