File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 20
20
* same state as after fork() on a Unix system.
21
21
*
22
22
*
23
- * Portions Copyright (c) 1996-2023 , PostgreSQL Global Development Group
23
+ * Portions Copyright (c) 1996-2024 , PostgreSQL Global Development Group
24
24
* Portions Copyright (c) 1994, Regents of the University of California
25
25
*
26
26
* IDENTIFICATION
Original file line number Diff line number Diff line change 3
3
* backend_startup.c
4
4
* Backend startup code
5
5
*
6
- * Portions Copyright (c) 1996-2023 , PostgreSQL Global Development Group
6
+ * Portions Copyright (c) 1996-2024 , PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
9
*
Original file line number Diff line number Diff line change 2
2
* case_test.c
3
3
* Program to test Unicode case mapping functions.
4
4
*
5
- * Portions Copyright (c) 2017-2023 , PostgreSQL Global Development Group
5
+ * Portions Copyright (c) 2017-2024 , PostgreSQL Global Development Group
6
6
*
7
7
* IDENTIFICATION
8
8
* src/common/unicode/case_test.c
Original file line number Diff line number Diff line change 6
6
# Input: UnicodeData.txt
7
7
# Output: unicode_case_table.h
8
8
#
9
- # Copyright (c) 2000-2023 , PostgreSQL Global Development Group
9
+ # Copyright (c) 2000-2024 , PostgreSQL Global Development Group
10
10
11
11
use strict;
12
12
use warnings;
69
69
* unicode_case_table.h
70
70
* Case mapping and information table.
71
71
*
72
- * Portions Copyright (c) 1996-2023 , PostgreSQL Global Development Group
72
+ * Portions Copyright (c) 1996-2024 , PostgreSQL Global Development Group
73
73
* Portions Copyright (c) 1994, Regents of the University of California
74
74
*
75
75
* src/include/common/unicode_case_table.h
Original file line number Diff line number Diff line change 2
2
* unicode_case.c
3
3
* Unicode case mapping and case conversion.
4
4
*
5
- * Portions Copyright (c) 2017-2023 , PostgreSQL Global Development Group
5
+ * Portions Copyright (c) 2017-2024 , PostgreSQL Global Development Group
6
6
*
7
7
* IDENTIFICATION
8
8
* src/common/unicode_case.c
Original file line number Diff line number Diff line change 5
5
*
6
6
* These definitions can be used by both frontend and backend code.
7
7
*
8
- * Copyright (c) 2017-2023 , PostgreSQL Global Development Group
8
+ * Copyright (c) 2017-2024 , PostgreSQL Global Development Group
9
9
*
10
10
* src/include/common/unicode_case.h
11
11
*
Original file line number Diff line number Diff line change 3
3
* unicode_case_table.h
4
4
* Case mapping and information table.
5
5
*
6
- * Portions Copyright (c) 1996-2023 , PostgreSQL Global Development Group
6
+ * Portions Copyright (c) 1996-2024 , PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
9
* src/include/common/unicode_case_table.h
Original file line number Diff line number Diff line change 4
4
* prototypes for backend_startup.c.
5
5
*
6
6
*
7
- * Portions Copyright (c) 1996-2023 , PostgreSQL Global Development Group
7
+ * Portions Copyright (c) 1996-2024 , PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
10
* src/include/tcop/backend_startup.h
You can’t perform that action at this time.
0 commit comments