summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeRecursiveunion.c
diff options
context:
space:
mode:
authorBruce Momjian2015-01-06 16:43:47 +0000
committerBruce Momjian2015-01-06 16:43:47 +0000
commit4baaf863eca5412e07a8441b3b7e7482b7a8b21a (patch)
treecc846ecbd09b540bc7e8868db2dec202ff6c332e /src/backend/executor/nodeRecursiveunion.c
parentadfc157dd91471e995f3aa72e0fb5b50ecd93575 (diff)
Update copyright for 2015
Backpatch certain files through 9.0
Diffstat (limited to 'src/backend/executor/nodeRecursiveunion.c')
-rw-r--r--src/backend/executor/nodeRecursiveunion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeRecursiveunion.c b/src/backend/executor/nodeRecursiveunion.c
index de3d87a5d67..8df1639954b 100644
--- a/src/backend/executor/nodeRecursiveunion.c
+++ b/src/backend/executor/nodeRecursiveunion.c
@@ -3,7 +3,7 @@
* nodeRecursiveunion.c
* routines to handle RecursiveUnion nodes.
*
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*