diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-18 23:02:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-18 23:02:19 +0000 |
commit | 09bf48cf7932c3f8e09d7590f614c7893fc973e3 (patch) | |
tree | a4fb4d0623b3d9948524085a813946e513d41b4d /src | |
parent | 8cf87ac393b43efcce61d1ffd01af74daffa2dfe (diff) | |
download | postgresql-09bf48cf7932c3f8e09d7590f614c7893fc973e3.tar.gz postgresql-09bf48cf7932c3f8e09d7590f614c7893fc973e3.zip |
Improve comments about duplicate files.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/libpq/md5.c | 5 | ||||
-rw-r--r-- | src/interfaces/odbc/md5.c | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/backend/libpq/md5.c b/src/backend/libpq/md5.c index ba304e0d47b..43f6d5ab31e 100644 --- a/src/backend/libpq/md5.c +++ b/src/backend/libpq/md5.c @@ -14,7 +14,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/libpq/md5.c,v 1.15 2001/11/13 22:08:04 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/libpq/md5.c,v 1.16 2001/11/18 23:02:19 momjian Exp $ */ @@ -22,7 +22,8 @@ * NOTE: * * There are two copies of this file, one in backend/libpq and another - * in interfaces/odbc. They should be identical. + * in interfaces/odbc. They should be identical. This is done so ODBC + * can be compiled stand-alone. */ #ifndef MD5_ODBC diff --git a/src/interfaces/odbc/md5.c b/src/interfaces/odbc/md5.c index 5b843edef43..1b2cb2bf5b5 100644 --- a/src/interfaces/odbc/md5.c +++ b/src/interfaces/odbc/md5.c @@ -14,7 +14,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/md5.c,v 1.6 2001/11/13 22:08:04 momjian Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/md5.c,v 1.7 2001/11/18 23:02:19 momjian Exp $ */ @@ -22,7 +22,8 @@ * NOTE: * * There are two copies of this file, one in backend/libpq and another - * in interfaces/odbc. They should be identical. + * in interfaces/odbc. They should be identical. This is done so ODBC + * can be compiled stand-alone. */ #ifndef MD5_ODBC |