From edf59c40dd6f477ca867c8958d9665ab1bff0265 Mon Sep 17 00:00:00 2001 From: Alexander Korotkov Date: Wed, 11 Jul 2018 17:57:04 +0300 Subject: 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 --- src/common/file_perm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/file_perm.c') 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 * *------------------------------------------------------------------------- */ -- cgit v1.2.3