diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-09-20 22:08:53 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-09-20 22:08:53 +0200 |
commit | 9f2e211386931f7aee48ffbc2fcaef1632d8329f (patch) | |
tree | eebf0b0367f8e957957cf5468ddc0c46d9da80f6 /src/backend/tcop/postgres.c | |
parent | cecde97577fafddc6b3aa354b9b77a3a54b063a9 (diff) | |
download | postgresql-9f2e211386931f7aee48ffbc2fcaef1632d8329f.tar.gz postgresql-9f2e211386931f7aee48ffbc2fcaef1632d8329f.zip |
Remove cvs keywords from all files.
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 5597ac35a22..cba90a9e727 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.597 2010/09/11 18:38:56 joe Exp $ + * src/backend/tcop/postgres.c * * NOTES * this is the "main" module of the postgres backend and |