From: Bruce Momjian Date: Mon, 12 Nov 2001 02:05:17 +0000 (+0000) Subject: Sync up both files. X-Git-Tag: REL7_2_BETA3~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67a56f228680754d3b5784b642c4300f518e715c;p=postgresql Sync up both files. --- diff --git a/src/backend/libpq/md5.c b/src/backend/libpq/md5.c index 746a88e285..9c1f1e041d 100644 --- a/src/backend/libpq/md5.c +++ b/src/backend/libpq/md5.c @@ -10,7 +10,9 @@ * * Sverre H. Huseby * - * $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 4d59313326..9c1f1e041d 100644 --- a/src/interfaces/odbc/md5.c +++ b/src/interfaces/odbc/md5.c @@ -10,7 +10,9 @@ * * Sverre H. Huseby * - * $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. */