diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-07-16 02:44:01 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-07-16 02:44:01 +0000 |
commit | a420818d679a88a18cc206f6f9d353587840dbc3 (patch) | |
tree | 706b3c01fed1e481a81296e2ea662c76f4aee591 /src/backend/port/win32_sema.c | |
parent | 808849e54f20eb404adba4c87bf61159033f6005 (diff) |
Fix a few places where $Id$ and $Header$ CVS tags had crept into the
source tree. They should all be $PostgreSQL$ of course.
Diffstat (limited to 'src/backend/port/win32_sema.c')
-rw-r--r-- | src/backend/port/win32_sema.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/port/win32_sema.c b/src/backend/port/win32_sema.c index bf8ee839f25..3af18df634f 100644 --- a/src/backend/port/win32_sema.c +++ b/src/backend/port/win32_sema.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/port/win32_sema.c,v 1.1 2006/04/29 16:34:41 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/port/win32_sema.c,v 1.2 2006/07/16 02:44:01 tgl Exp $ * *------------------------------------------------------------------------- */ |