Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 89513ca

Browse files
author
Nikita Glukhov
committed
Update copyright years
1 parent f59dbcc commit 89513ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/backend/utils/adt/jsonb_selfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* jsonb_selfuncs.c
44
* Functions for selectivity estimation of jsonb operators
55
*
6-
* Copyright (c) 2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* src/backend/utils/adt/jsonb_selfuncs.c

src/backend/utils/adt/jsonb_typanalyze.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* jsonb_typanalyze.c
44
* Functions for gathering statistics from jsonb columns
55
*
6-
* Copyright (c) 2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2016-2022, PostgreSQL Global Development Group
77
*
88
* Functions in this module are used to analyze contents of JSONB columns
99
* and build optimizer statistics. In principle we extract paths from all

src/include/utils/json_selfuncs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* JSON cost estimation functions.
55
*
66
*
7-
* Portions Copyright (c) 2016, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
1010
* src/include/utils/json_selfuncs.h

0 commit comments

Comments
 (0)