diff options
| author | Bruce Momjian <bruce@momjian.us> | 2020-01-01 12:21:45 -0500 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2020-01-01 12:21:45 -0500 |
| commit | 7559d8ebfa11d98728e816f6b655582ce41150f3 (patch) | |
| tree | 8414e77dc5bc0d450692cb67eaf7b021f18987c4 /src/backend/optimizer/prep | |
| parent | b55413d77f96b9fa2dfae4ddec43412b90ebf588 (diff) | |
| download | postgresql-7559d8ebfa11d98728e816f6b655582ce41150f3.tar.gz | |
Update copyrights for 2020
Backpatch-through: update all files in master, backpatch legal files through 9.4
Diffstat (limited to 'src/backend/optimizer/prep')
| -rw-r--r-- | src/backend/optimizer/prep/prepjointree.c | 2 | ||||
| -rw-r--r-- | src/backend/optimizer/prep/prepqual.c | 2 | ||||
| -rw-r--r-- | src/backend/optimizer/prep/preptlist.c | 2 | ||||
| -rw-r--r-- | src/backend/optimizer/prep/prepunion.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/optimizer/prep/prepjointree.c b/src/backend/optimizer/prep/prepjointree.c index e97c6ec7f6..14521728c6 100644 --- a/src/backend/optimizer/prep/prepjointree.c +++ b/src/backend/optimizer/prep/prepjointree.c @@ -14,7 +14,7 @@ * remove_useless_result_rtes * * - * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * diff --git a/src/backend/optimizer/prep/prepqual.c b/src/backend/optimizer/prep/prepqual.c index ee919575c5..391bdd659d 100644 --- a/src/backend/optimizer/prep/prepqual.c +++ b/src/backend/optimizer/prep/prepqual.c @@ -19,7 +19,7 @@ * tree after local transformations that might introduce nested AND/ORs. * * - * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * diff --git a/src/backend/optimizer/prep/preptlist.c b/src/backend/optimizer/prep/preptlist.c index 0da43ef6b0..d56d8c6509 100644 --- a/src/backend/optimizer/prep/preptlist.c +++ b/src/backend/optimizer/prep/preptlist.c @@ -29,7 +29,7 @@ * that because it's faster in typical non-inherited cases. * * - * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION diff --git a/src/backend/optimizer/prep/prepunion.c b/src/backend/optimizer/prep/prepunion.c index b01c9bbae7..1a23e18970 100644 --- a/src/backend/optimizer/prep/prepunion.c +++ b/src/backend/optimizer/prep/prepunion.c @@ -12,7 +12,7 @@ * case, but most of the heavy lifting for that is done elsewhere, * notably in prepjointree.c and allpaths.c. * - * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * |
