diff options
| author | Bruce Momjian | 2021-01-02 18:06:25 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2021-01-02 18:06:25 +0000 |
| commit | ca3b37487be333a1d241dab1bbdd17a211a88f43 (patch) | |
| tree | 85245c7d62c73b1a132ad0b96647abb27b85c802 /src/include/statistics | |
| parent | 4d3f03f42227bb351c2021a9ccea2fff9c023cfc (diff) | |
Update copyright for 2021
Backpatch-through: 9.5
Diffstat (limited to 'src/include/statistics')
| -rw-r--r-- | src/include/statistics/extended_stats_internal.h | 2 | ||||
| -rw-r--r-- | src/include/statistics/statistics.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/statistics/extended_stats_internal.h b/src/include/statistics/extended_stats_internal.h index 02bf6a05027..c849bd57c03 100644 --- a/src/include/statistics/extended_stats_internal.h +++ b/src/include/statistics/extended_stats_internal.h @@ -3,7 +3,7 @@ * extended_stats_internal.h * POSTGRES extended statistics internal declarations * - * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION diff --git a/src/include/statistics/statistics.h b/src/include/statistics/statistics.h index c9ed21155cd..fec50688ea4 100644 --- a/src/include/statistics/statistics.h +++ b/src/include/statistics/statistics.h @@ -3,7 +3,7 @@ * statistics.h * Extended statistics and selectivity estimation functions. * - * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/statistics/statistics.h |
