summaryrefslogtreecommitdiff
path: root/src/backend/tcop/fastpath.c
diff options
context:
space:
mode:
authorBruce Momjian2002-06-20 20:29:54 +0000
committerBruce Momjian2002-06-20 20:29:54 +0000
commitd84fe82230c593f3dc5d7f427849b99d1efa8a0a (patch)
treee71dc2bfc87cd2f8609cfe33941460bc0d8b0e28 /src/backend/tcop/fastpath.c
parentba790a5608ead9db7e08f700eb869dbefd3358a4 (diff)
Update copyright to 2002.
Diffstat (limited to 'src/backend/tcop/fastpath.c')
-rw-r--r--src/backend/tcop/fastpath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c
index 6386b7697c5..a402f197d65 100644
--- a/src/backend/tcop/fastpath.c
+++ b/src/backend/tcop/fastpath.c
@@ -3,12 +3,12 @@
* fastpath.c
* routines to handle function requests from the frontend
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.52 2001/11/05 17:46:28 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.53 2002/06/20 20:29:36 momjian Exp $
*
* NOTES
* This cruft is the server side of PQfn.