diff options
| author | Alexander Korotkov | 2018-07-11 14:57:04 +0000 |
|---|---|---|
| committer | Alexander Korotkov | 2018-07-11 14:57:04 +0000 |
| commit | edf59c40dd6f477ca867c8958d9665ab1bff0265 (patch) | |
| tree | 7e2d22b044df7d98439419e88948845e9d7577ad /src/common | |
| parent | f2c587067a8eb9cf1c8f009262381a6576ba3dd0 (diff) | |
Fix more wrong paths in header comments
It appears that there are more files, whose header comment paths are
wrong. So, fix those paths. No backpatching per proposal of Tom Lane.
Discussion: https://postgr.es/m/CAPpHfdsJyYbOj59MOQL%2B4XxdcomLSLfLqBtAvwR%2BpsCqj3ELdQ%40mail.gmail.com
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/file_perm.c | 2 | ||||
| -rw-r--r-- | src/common/unicode/norm_test.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/file_perm.c b/src/common/file_perm.c index 9fd11df2886..3ce4509089a 100644 --- a/src/common/file_perm.c +++ b/src/common/file_perm.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * src/include/common/file_perm.c + * src/common/file_perm.c * *------------------------------------------------------------------------- */ diff --git a/src/common/unicode/norm_test.c b/src/common/unicode/norm_test.c index 56759bee8db..dac455282e6 100644 --- a/src/common/unicode/norm_test.c +++ b/src/common/unicode/norm_test.c @@ -5,7 +5,7 @@ * Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group * * IDENTIFICATION - * src/common/unicode_norm.c + * src/common/unicode/norm_test.c * *------------------------------------------------------------------------- */ |
