aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/libpq/md5.c4
-rw-r--r--src/interfaces/odbc/md5.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/backend/libpq/md5.c b/src/backend/libpq/md5.c
index 746a88e2857..9c1f1e041d5 100644
--- a/src/backend/libpq/md5.c
+++ b/src/backend/libpq/md5.c
@@ -10,7 +10,9 @@
*
* Sverre H. Huseby <sverrehu@online.no>
*
- * $Header: /cvsroot/pgsql/src/backend/libpq/md5.c,v 1.11 2001/11/12 02:00:18 momjian Exp $
+ * There are two copies of this file, one in backend/libpq and another
+ * in interfaces/odbc. These two files must be identical or they will not
+ * compile. There is no CVS tag in this file so they can remain identical.
*/
diff --git a/src/interfaces/odbc/md5.c b/src/interfaces/odbc/md5.c
index 4d59313326e..9c1f1e041d5 100644
--- a/src/interfaces/odbc/md5.c
+++ b/src/interfaces/odbc/md5.c
@@ -10,7 +10,9 @@
*
* Sverre H. Huseby <sverrehu@online.no>
*
- * $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/md5.c,v 1.3 2001/11/12 01:59:43 momjian Exp $
+ * There are two copies of this file, one in backend/libpq and another
+ * in interfaces/odbc. These two files must be identical or they will not
+ * compile. There is no CVS tag in this file so they can remain identical.
*/