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/partitioning | |
| parent | 4d3f03f42227bb351c2021a9ccea2fff9c023cfc (diff) | |
Update copyright for 2021
Backpatch-through: 9.5
Diffstat (limited to 'src/include/partitioning')
| -rw-r--r-- | src/include/partitioning/partbounds.h | 2 | ||||
| -rw-r--r-- | src/include/partitioning/partdefs.h | 2 | ||||
| -rw-r--r-- | src/include/partitioning/partdesc.h | 2 | ||||
| -rw-r--r-- | src/include/partitioning/partprune.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/include/partitioning/partbounds.h b/src/include/partitioning/partbounds.h index 192b0b1e2ad..6bd330dd938 100644 --- a/src/include/partitioning/partbounds.h +++ b/src/include/partitioning/partbounds.h @@ -2,7 +2,7 @@ * * partbounds.h * - * Copyright (c) 2007-2020, PostgreSQL Global Development Group + * Copyright (c) 2007-2021, PostgreSQL Global Development Group * * src/include/partitioning/partbounds.h * diff --git a/src/include/partitioning/partdefs.h b/src/include/partitioning/partdefs.h index 6414e2c1163..d742b961521 100644 --- a/src/include/partitioning/partdefs.h +++ b/src/include/partitioning/partdefs.h @@ -3,7 +3,7 @@ * partdefs.h * Base definitions for partitioned table handling * - * Copyright (c) 2007-2020, PostgreSQL Global Development Group + * Copyright (c) 2007-2021, PostgreSQL Global Development Group * * src/include/partitioning/partdefs.h * diff --git a/src/include/partitioning/partdesc.h b/src/include/partitioning/partdesc.h index 70df764981e..ff113199e5c 100644 --- a/src/include/partitioning/partdesc.h +++ b/src/include/partitioning/partdesc.h @@ -2,7 +2,7 @@ * * partdesc.h * - * Copyright (c) 1996-2020, PostgreSQL Global Development Group + * Copyright (c) 1996-2021, PostgreSQL Global Development Group * * src/include/partitioning/partdesc.h * diff --git a/src/include/partitioning/partprune.h b/src/include/partitioning/partprune.h index babdad2c3ef..1f9544c0dcf 100644 --- a/src/include/partitioning/partprune.h +++ b/src/include/partitioning/partprune.h @@ -4,7 +4,7 @@ * prototypes for partprune.c * * - * 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/partitioning/partprune.h |
