aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/syncrep.c
diff options
context:
space:
mode:
authorItagaki Takahiro <itagaki.takahiro@gmail.com>2011-03-10 15:05:33 +0900
committerItagaki Takahiro <itagaki.takahiro@gmail.com>2011-03-10 15:05:33 +0900
commit2d8de0a50b54cc0ed430ffa96dc8776dfe95d5ff (patch)
tree9bf5a674386c53cf8f07dd5065b4a32ade30d631 /src/backend/replication/syncrep.c
parentf6587019ed2c2123c00c18db2d1e857a6258ff85 (diff)
downloadpostgresql-2d8de0a50b54cc0ed430ffa96dc8776dfe95d5ff.tar.gz
postgresql-2d8de0a50b54cc0ed430ffa96dc8776dfe95d5ff.zip
Cleanup copyright years and file names in the header comments of some files.
Diffstat (limited to 'src/backend/replication/syncrep.c')
-rw-r--r--src/backend/replication/syncrep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/syncrep.c b/src/backend/replication/syncrep.c
index f6c3538650d..d5868d66b7d 100644
--- a/src/backend/replication/syncrep.c
+++ b/src/backend/replication/syncrep.c
@@ -37,7 +37,7 @@
* Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $PostgreSQL$
+ * src/backend/replication/syncrep.c
*
*-------------------------------------------------------------------------
*/