summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-11-12 02:05:17 +0000
committerBruce Momjian2001-11-12 02:05:17 +0000
commit67a56f228680754d3b5784b642c4300f518e715c (patch)
tree715884424f83d70db663c9522b34e8bd13880a49
parent9937040a02bc97adfbb26f03b972f113df01faec (diff)
Sync up both files.
-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 <[email protected]>
*
- * $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 <[email protected]>
*
- * $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.
*/