From 67a56f228680754d3b5784b642c4300f518e715c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 12 Nov 2001 02:05:17 +0000 Subject: [PATCH] Sync up both files. --- src/backend/libpq/md5.c | 4 +++- src/interfaces/odbc/md5.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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. */ -- 2.11.0