aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython.c
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2010-09-20 22:08:53 +0200
committerMagnus Hagander <magnus@hagander.net>2010-09-20 22:08:53 +0200
commit9f2e211386931f7aee48ffbc2fcaef1632d8329f (patch)
treeeebf0b0367f8e957957cf5468ddc0c46d9da80f6 /src/pl/plpython/plpython.c
parentcecde97577fafddc6b3aa354b9b77a3a54b063a9 (diff)
downloadpostgresql-9f2e211386931f7aee48ffbc2fcaef1632d8329f.tar.gz
postgresql-9f2e211386931f7aee48ffbc2fcaef1632d8329f.zip
Remove cvs keywords from all files.
Diffstat (limited to 'src/pl/plpython/plpython.c')
-rw-r--r--src/pl/plpython/plpython.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/plpython.c b/src/pl/plpython/plpython.c
index 0c4d0928e21..6e35637daf2 100644
--- a/src/pl/plpython/plpython.c
+++ b/src/pl/plpython/plpython.c
@@ -1,7 +1,7 @@
/**********************************************************************
* plpython.c - python as a procedural language for PostgreSQL
*
- * $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.149 2010/08/25 19:37:56 petere Exp $
+ * src/pl/plpython/plpython.c
*
*********************************************************************
*/