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
pull/32/head
Alexander Korotkov 7 years ago
parent f2c587067a
commit edf59c40dd
  1. 2
      src/backend/access/common/bufmask.c
  2. 2
      src/backend/commands/dropcmds.c
  3. 2
      src/backend/jit/llvm/llvmjit_types.c
  4. 2
      src/backend/utils/cache/relfilenodemap.c
  5. 2
      src/backend/utils/misc/queryenvironment.c
  6. 2
      src/backend/utils/mmgr/memdebug.c
  7. 2
      src/backend/utils/sort/sharedtuplestore.c
  8. 2
      src/common/file_perm.c
  9. 2
      src/common/unicode/norm_test.c
  10. 2
      src/include/storage/sharedfileset.h
  11. 4
      src/include/utils/evtcache.h
  12. 2
      src/interfaces/ecpg/include/sqlda-compat.h

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

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

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

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

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

@ -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:

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

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

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

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

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

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

Loading…
Cancel
Save