]> granicus.if.org Git - postgresql/blobdiff - src/backend/executor/nodeLimit.c
Update copyright for 2015
[postgresql] / src / backend / executor / nodeLimit.c
index ba65047103098bcc1de98a0a7348fbd65910ca37..40ac0d7e839f75c62b3eed5e09ca63956bd2b9a9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *       Routines to handle limiting of query results where appropriate
  *
- * 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
  *
  *
@@ -113,7 +113,7 @@ ExecLimit(LimitState *node)
 
                        /*
                         * The subplan is known to return no tuples (or not more than
-                        * OFFSET tuples, in general).  So we return no tuples.
+                        * OFFSET tuples, in general).  So we return no tuples.
                         */
                        return NULL;