diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-01-02 15:00:37 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-01-02 15:00:37 -0500 |
commit | c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 (patch) | |
tree | bc2e271d4b902b97d9dee7870b138d5750aa86db /src/backend/executor/nodeGather.c | |
parent | 325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff) | |
download | postgresql-c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147.tar.gz postgresql-c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147.zip |
Update copyright for 2023
Backpatch-through: 11
Diffstat (limited to 'src/backend/executor/nodeGather.c')
-rw-r--r-- | src/backend/executor/nodeGather.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeGather.c b/src/backend/executor/nodeGather.c index 1283d5b737a..307fc10eea7 100644 --- a/src/backend/executor/nodeGather.c +++ b/src/backend/executor/nodeGather.c @@ -3,7 +3,7 @@ * nodeGather.c * Support routines for scanning a plan via multiple workers. * - * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * A Gather executor launches parallel workers to run multiple copies of a |