Fix more wrong paths in header comments
authorAlexander Korotkov <akorotkov@postgresql.org>
Wed, 11 Jul 2018 14:57:04 +0000 (17:57 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Wed, 11 Jul 2018 14:57:04 +0000 (17:57 +0300)
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

12 files changed:
src/backend/access/common/bufmask.c
src/backend/commands/dropcmds.c
src/backend/jit/llvm/llvmjit_types.c
src/backend/utils/cache/relfilenodemap.c
src/backend/utils/misc/queryenvironment.c
src/backend/utils/mmgr/memdebug.c
src/backend/utils/sort/sharedtuplestore.c
src/common/file_perm.c
src/common/unicode/norm_test.c
src/include/storage/sharedfileset.h
src/include/utils/evtcache.h
src/interfaces/ecpg/include/sqlda-compat.h

index 57021f6ca1a412d400ad0f91293b930a5b9e90f3..806f28e4211f2d0e4911edb6afd2d679513e9123 100644 (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
  *
  *-------------------------------------------------------------------------
  */
index 4b38ef68d9889544145c95f505858d53be67bae1..a2a8e37b3c3931e117c891c7c6990c390bd2d16b 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *   src/backend/catalog/dropcmds.c
+ *   src/backend/commands/dropcmds.c
  *
  *-------------------------------------------------------------------------
  */
index 42304d06401a625f5b6f9f43891887c798a79267..58316a760d44c3e2c55ecdff5b3e5f7fb11abbc6 100644 (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
  *
  *-------------------------------------------------------------------------
  */
index db6bb1c1fd40c8ec43884cce31f664d3e81ee8cd..6f6bba79c3457837cfe7eeae7d15a9c79f785825 100644 (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
  *
  *-------------------------------------------------------------------------
  */
index bc2b1e81866ed85710a34b42543d79b6e46ad2ea..8547c14cc7971da124909bfe71d93d48df240ec4 100644 (file)
@@ -16,7 +16,7 @@
  *
  *
  * IDENTIFICATION
- *   src/backend/backend/utils/misc/queryenvironment.c
+ *   src/backend/utils/misc/queryenvironment.c
  *
  *-------------------------------------------------------------------------
  */
index d45534d29386a7755a3de442695ff9e0ef70d331..b937b1541b259b415e1aacc6831fb4d75f80eeca 100644 (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:
index 265c04b3d39ef2ac765533a5863c4952bd9d510c..0c4ca9ef3fa6bf80fce063bd853470ef42dded73 100644 (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
  *
  *-------------------------------------------------------------------------
  */
index 9fd11df2886fe3efc2d933225355191c69344d01..3ce4509089a3c5b719590c4008093e8061c77173 100644 (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
  *
  *-------------------------------------------------------------------------
  */
index 56759bee8db1cdab29db68d8b34ff4b9654b0726..dac455282e699a9980ec49fab1c358f26e2df59e 100644 (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
  *
  *-------------------------------------------------------------------------
  */
index d74c488e5901ee159bf1a4707f1afc4b39f7c056..ed6b178aede98086ddd00d6e7969edbc570194bc 100644 (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
  *
  *-------------------------------------------------------------------------
  */
index 727b6ba588781a2dba4df7e351237af85a2c1cb7..0d0dd3d8170b44b22b575d81b311b9d65ebdf46d 100644 (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
  *
  *-------------------------------------------------------------------------
  */
index 7393182aa9510274c7bf2afc87aa54b4572aaff7..7b0ac45c42f19ee3f41daa64f5a62b68dd448a1e 100644 (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