Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ca65f7

Browse files
committed
Remove md5.c check, add CVS log stamp. Update comments.
1 parent1c2d2db commit2ca65f7

File tree

3 files changed

+32
-13
lines changed

3 files changed

+32
-13
lines changed

‎src/backend/libpq/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for libpq subsystem (backend half of libpq interface)
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.27 2001/11/12 04:19:15 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.28 2001/11/13 22:06:58 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -19,12 +19,7 @@ OBJS = be-fsstubs.o \
1919
pqcomm.o pqformat.o pqsignal.o util.o
2020

2121

22-
all: check_md5 SUBSYS.o
23-
24-
check_md5:
25-
@cmp -s md5.c ../../interfaces/odbc/md5.c||\
26-
(echo"src/interfaces/odbc/md5.c doesn't match src/backend/libpq/md5.c"&& \
27-
exit 1)
22+
all: SUBSYS.o
2823

2924
SUBSYS.o:$(OBJS)
3025
$(LD)$(LDREL)$(LDOUT) SUBSYS.o$(OBJS)

‎src/backend/libpq/md5.c

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,24 @@
1010
*
1111
*Sverre H. Huseby <sverrehu@online.no>
1212
*
13-
*There are two copies of this file, one in backend/libpq and another
14-
*in interfaces/odbc. These two files must be identical or they will not
15-
*compile. There is no CVS tag in this file so they can remain identical.
13+
*Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
14+
*Portions Copyright (c) 1994, Regents of the University of California
15+
*
16+
* IDENTIFICATION
17+
* $Log: md5.c,v $
18+
* Revision 1.13 2001/11/13 22:06:58 momjian
19+
* Remove md5.c check, add CVS log stamp. Update comments.
20+
*
1621
*/
1722

1823

24+
/*
25+
*NOTE:
26+
*
27+
*There are two copies of this file, one in backend/libpq and another
28+
*in interfaces/odbc. They should be identical.
29+
*/
30+
1931
#ifndefMD5_ODBC
2032
#include"postgres.h"
2133
#include"libpq/crypt.h"

‎src/interfaces/odbc/md5.c

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,24 @@
1010
*
1111
*Sverre H. Huseby <sverrehu@online.no>
1212
*
13-
*There are two copies of this file, one in backend/libpq and another
14-
*in interfaces/odbc. These two files must be identical or they will not
15-
*compile. There is no CVS tag in this file so they can remain identical.
13+
*Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
14+
*Portions Copyright (c) 1994, Regents of the University of California
15+
*
16+
* IDENTIFICATION
17+
* $Log: md5.c,v $
18+
* Revision 1.5 2001/11/13 22:06:58 momjian
19+
* Remove md5.c check, add CVS log stamp. Update comments.
20+
*
1621
*/
1722

1823

24+
/*
25+
*NOTE:
26+
*
27+
*There are two copies of this file, one in backend/libpq and another
28+
*in interfaces/odbc. They should be identical.
29+
*/
30+
1931
#ifndefMD5_ODBC
2032
#include"postgres.h"
2133
#include"libpq/crypt.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp