summaryrefslogtreecommitdiff
path: root/src/backend/storage/file
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/file')
-rw-r--r--src/backend/storage/file/Makefile2
-rw-r--r--src/backend/storage/file/buffile.c2
-rw-r--r--src/backend/storage/file/copydir.c2
-rw-r--r--src/backend/storage/file/fd.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/storage/file/Makefile b/src/backend/storage/file/Makefile
index 0944b7be48..3b93aa1b45 100644
--- a/src/backend/storage/file/Makefile
+++ b/src/backend/storage/file/Makefile
@@ -4,7 +4,7 @@
# Makefile for storage/file
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/backend/storage/file/Makefile,v 1.14 2010/07/02 17:03:30 rhaas Exp $
+# src/backend/storage/file/Makefile
#
#-------------------------------------------------------------------------
diff --git a/src/backend/storage/file/buffile.c b/src/backend/storage/file/buffile.c
index adb3285e79..59813b83d0 100644
--- a/src/backend/storage/file/buffile.c
+++ b/src/backend/storage/file/buffile.c
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/storage/file/buffile.c,v 1.36 2010/01/02 16:57:51 momjian Exp $
+ * src/backend/storage/file/buffile.c
*
* NOTES:
*
diff --git a/src/backend/storage/file/copydir.c b/src/backend/storage/file/copydir.c
index fe44180c93..a9715f3c7d 100644
--- a/src/backend/storage/file/copydir.c
+++ b/src/backend/storage/file/copydir.c
@@ -11,7 +11,7 @@
* as a service.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/storage/file/copydir.c,v 1.2 2010/07/06 19:18:57 momjian Exp $
+ * src/backend/storage/file/copydir.c
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/storage/file/fd.c b/src/backend/storage/file/fd.c
index 18d6de1dec..27f0ef83c7 100644
--- a/src/backend/storage/file/fd.c
+++ b/src/backend/storage/file/fd.c
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.158 2010/08/13 20:10:52 rhaas Exp $
+ * src/backend/storage/file/fd.c
*
* NOTES:
*