1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

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
This commit is contained in:
Alexander Korotkov
2018-07-11 17:57:04 +03:00
parent f2c587067a
commit edf59c40dd
12 changed files with 13 additions and 13 deletions

View File

@ -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
*
*-------------------------------------------------------------------------
*/

View File

@ -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
*
*-------------------------------------------------------------------------
*/