Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitedf59c4

Browse files
committed
Fix more wrong paths in header comments
It appears that there are more files, whose header comment paths arewrong. So, fix those paths. No backpatching per proposal of Tom Lane.Discussion:https://postgr.es/m/CAPpHfdsJyYbOj59MOQL%2B4XxdcomLSLfLqBtAvwR%2BpsCqj3ELdQ%40mail.gmail.com
1 parentf2c5870 commitedf59c4

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

‎src/backend/access/common/bufmask.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Contains common routines required for masking a page.
1111
*
1212
* IDENTIFICATION
13-
* src/backend/storage/buffer/bufmask.c
13+
* src/backend/access/common/bufmask.c
1414
*
1515
*-------------------------------------------------------------------------
1616
*/

‎src/backend/commands/dropcmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* src/backend/catalog/dropcmds.c
11+
* src/backend/commands/dropcmds.c
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

‎src/backend/jit/llvm/llvmjit_types.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Copyright (c) 2016-2018, PostgreSQL Global Development Group
2020
*
2121
* IDENTIFICATION
22-
* src/backend/lib/llvmjit_types.c
22+
* src/backend/jit/llvm/llvmjit_types.c
2323
*
2424
*-------------------------------------------------------------------------
2525
*/

‎src/backend/utils/cache/relfilenodemap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* src/backend/utils/cache/relfilenode.c
10+
* src/backend/utils/cache/relfilenodemap.c
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

‎src/backend/utils/misc/queryenvironment.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*
1818
* IDENTIFICATION
19-
* src/backend/backend/utils/misc/queryenvironment.c
19+
* src/backend/utils/misc/queryenvironment.c
2020
*
2121
*-------------------------------------------------------------------------
2222
*/

‎src/backend/utils/mmgr/memdebug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* src/backend/utils/memdebug.c
11+
* src/backend/utils/mmgr/memdebug.c
1212
*
1313
*
1414
*About CLOBBER_FREED_MEMORY:

‎src/backend/utils/sort/sharedtuplestore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Portions Copyright (c) 1994, Regents of the University of California
1515
*
1616
* IDENTIFICATION
17-
* src/backend/util/sort/sharedtuplestore.c
17+
* src/backend/utils/sort/sharedtuplestore.c
1818
*
1919
*-------------------------------------------------------------------------
2020
*/

‎src/common/file_perm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* src/include/common/file_perm.c
9+
* src/common/file_perm.c
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

‎src/common/unicode/norm_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
66
*
77
* IDENTIFICATION
8-
* src/common/unicode_norm.c
8+
* src/common/unicode/norm_test.c
99
*
1010
*-------------------------------------------------------------------------
1111
*/

‎src/include/storage/sharedfileset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* src/include/storage/sharedfilespace.h
10+
* src/include/storage/sharedfileset.h
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

‎src/include/utils/evtcache.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* evtcache.c
3+
* evtcache.h
44
* Special-purpose cache for event trigger data.
55
*
66
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* src/backend/utils/cache/evtcache.c
10+
* src/include/utils/evtcache.h
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

‎src/interfaces/ecpg/include/sqlda-compat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
*pgsql/src/interfaces/ecpg/include/sqlda-infx-compat.h
2+
* src/interfaces/ecpg/include/sqlda-compat.h
33
*/
44

55
#ifndefECPG_SQLDA_COMPAT_H

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp