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

@ -10,7 +10,7 @@
* Contains common routines required for masking a page.
*
* IDENTIFICATION
* src/backend/storage/buffer/bufmask.c
* src/backend/access/common/bufmask.c
*
*-------------------------------------------------------------------------
*/

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* src/backend/catalog/dropcmds.c
* src/backend/commands/dropcmds.c
*
*-------------------------------------------------------------------------
*/

View File

@ -19,7 +19,7 @@
* Copyright (c) 2016-2018, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/lib/llvmjit_types.c
* src/backend/jit/llvm/llvmjit_types.c
*
*-------------------------------------------------------------------------
*/

View File

@ -7,7 +7,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* src/backend/utils/cache/relfilenode.c
* src/backend/utils/cache/relfilenodemap.c
*
*-------------------------------------------------------------------------
*/

View File

@ -16,7 +16,7 @@
*
*
* IDENTIFICATION
* src/backend/backend/utils/misc/queryenvironment.c
* src/backend/utils/misc/queryenvironment.c
*
*-------------------------------------------------------------------------
*/

View File

@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/backend/utils/memdebug.c
* src/backend/utils/mmgr/memdebug.c
*
*
* About CLOBBER_FREED_MEMORY:

View File

@ -14,7 +14,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* src/backend/util/sort/sharedtuplestore.c
* src/backend/utils/sort/sharedtuplestore.c
*
*-------------------------------------------------------------------------
*/

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

View File

@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/storage/sharedfilespace.h
* src/include/storage/sharedfileset.h
*
*-------------------------------------------------------------------------
*/

View File

@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------
*
* evtcache.c
* evtcache.h
* Special-purpose cache for event trigger data.
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* src/backend/utils/cache/evtcache.c
* src/include/utils/evtcache.h
*
*-------------------------------------------------------------------------
*/

View File

@ -1,5 +1,5 @@
/*
* pgsql/src/interfaces/ecpg/include/sqlda-infx-compat.h
* src/interfaces/ecpg/include/sqlda-compat.h
*/
#ifndef ECPG_SQLDA_COMPAT_H