File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
* jsonb_selfuncs.c
4
4
* Functions for selectivity estimation of jsonb operators
5
5
*
6
- * Copyright (c) 2016, PostgreSQL Global Development Group
6
+ * Copyright (c) 2016-2022 , PostgreSQL Global Development Group
7
7
*
8
8
* IDENTIFICATION
9
9
* src/backend/utils/adt/jsonb_selfuncs.c
Original file line number Diff line number Diff line change 3
3
* jsonb_typanalyze.c
4
4
* Functions for gathering statistics from jsonb columns
5
5
*
6
- * Copyright (c) 2016, PostgreSQL Global Development Group
6
+ * Copyright (c) 2016-2022 , PostgreSQL Global Development Group
7
7
*
8
8
* Functions in this module are used to analyze contents of JSONB columns
9
9
* and build optimizer statistics. In principle we extract paths from all
Original file line number Diff line number Diff line change 4
4
* JSON cost estimation functions.
5
5
*
6
6
*
7
- * Portions Copyright (c) 2016, PostgreSQL Global Development Group
7
+ * Portions Copyright (c) 2016-2022 , PostgreSQL Global Development Group
8
8
*
9
9
* IDENTIFICATION
10
10
* src/include/utils/json_selfuncs.h
You can’t perform that action at this time.
0 commit comments