File tree 12 files changed +13
-13
lines changed
12 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 10
10
* Contains common routines required for masking a page.
11
11
*
12
12
* IDENTIFICATION
13
- * src/backend/storage/buffer /bufmask.c
13
+ * src/backend/access/common /bufmask.c
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * src/backend/catalog /dropcmds.c
11
+ * src/backend/commands /dropcmds.c
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
Original file line number Diff line number Diff line change 19
19
* Copyright (c) 2016-2018, PostgreSQL Global Development Group
20
20
*
21
21
* IDENTIFICATION
22
- * src/backend/lib /llvmjit_types.c
22
+ * src/backend/jit/llvm /llvmjit_types.c
23
23
*
24
24
*-------------------------------------------------------------------------
25
25
*/
Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
9
* IDENTIFICATION
10
- * src/backend/utils/cache/relfilenode .c
10
+ * src/backend/utils/cache/relfilenodemap .c
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
Original file line number Diff line number Diff line change 16
16
*
17
17
*
18
18
* IDENTIFICATION
19
- * src/backend/backend/ utils/misc/queryenvironment.c
19
+ * src/backend/utils/misc/queryenvironment.c
20
20
*
21
21
*-------------------------------------------------------------------------
22
22
*/
Original file line number Diff line number Diff line change 8
8
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
9
9
* Portions Copyright (c) 1994, Regents of the University of California
10
10
*
11
- * src/backend/utils/memdebug.c
11
+ * src/backend/utils/mmgr/ memdebug.c
12
12
*
13
13
*
14
14
* About CLOBBER_FREED_MEMORY:
Original file line number Diff line number Diff line change 14
14
* Portions Copyright (c) 1994, Regents of the University of California
15
15
*
16
16
* IDENTIFICATION
17
- * src/backend/util /sort/sharedtuplestore.c
17
+ * src/backend/utils /sort/sharedtuplestore.c
18
18
*
19
19
*-------------------------------------------------------------------------
20
20
*/
Original file line number Diff line number Diff line change 6
6
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * src/include/ common/file_perm.c
9
+ * src/common/file_perm.c
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
Original file line number Diff line number Diff line change 5
5
* Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
6
6
*
7
7
* IDENTIFICATION
8
- * src/common/unicode_norm .c
8
+ * src/common/unicode/norm_test .c
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * src/include/storage/sharedfilespace .h
10
+ * src/include/storage/sharedfileset .h
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
Original file line number Diff line number Diff line change 1
1
/*-------------------------------------------------------------------------
2
2
*
3
- * evtcache.c
3
+ * evtcache.h
4
4
* Special-purpose cache for event trigger data.
5
5
*
6
6
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
9
* IDENTIFICATION
10
- * src/backend /utils/cache/ evtcache.c
10
+ * src/include /utils/evtcache.h
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * pgsql/ src/interfaces/ecpg/include/sqlda-infx -compat.h
2
+ * src/interfaces/ecpg/include/sqlda-compat.h
3
3
*/
4
4
5
5
#ifndef ECPG_SQLDA_COMPAT_H
You can’t perform that action at this time.
0 commit comments