Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
2ca65f71
Commit
2ca65f71
authored
Nov 13, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove md5.c check, add CVS log stamp. Update comments.
parent
1c2d2dbb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
13 deletions
+32
-13
src/backend/libpq/Makefile
src/backend/libpq/Makefile
+2
-7
src/backend/libpq/md5.c
src/backend/libpq/md5.c
+15
-3
src/interfaces/odbc/md5.c
src/interfaces/odbc/md5.c
+15
-3
No files found.
src/backend/libpq/Makefile
View file @
2ca65f71
...
...
@@ -4,7 +4,7 @@
# Makefile for libpq subsystem (backend half of libpq interface)
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.2
7 2001/11/12 04:19:15 tgl
Exp $
# $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.2
8 2001/11/13 22:06:58 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,7 @@ OBJS = be-fsstubs.o \
pqcomm.o pqformat.o pqsignal.o util.o
all
:
check_md5 SUBSYS.o
check_md5
:
@
cmp
-s
md5.c ../../interfaces/odbc/md5.c
||
\
(
echo
"src/interfaces/odbc/md5.c doesn't match src/backend/libpq/md5.c"
&&
\
exit
1
)
all
:
SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
...
...
src/backend/libpq/md5.c
View file @
2ca65f71
...
...
@@ -10,12 +10,24 @@
*
* Sverre H. Huseby <sverrehu@online.no>
*
* 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.
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $Log: md5.c,v $
* Revision 1.13 2001/11/13 22:06:58 momjian
* Remove md5.c check, add CVS log stamp. Update comments.
*
*/
/*
* NOTE:
*
* There are two copies of this file, one in backend/libpq and another
* in interfaces/odbc. They should be identical.
*/
#ifndef MD5_ODBC
#include "postgres.h"
#include "libpq/crypt.h"
...
...
src/interfaces/odbc/md5.c
View file @
2ca65f71
...
...
@@ -10,12 +10,24 @@
*
* Sverre H. Huseby <sverrehu@online.no>
*
* 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.
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $Log: md5.c,v $
* Revision 1.5 2001/11/13 22:06:58 momjian
* Remove md5.c check, add CVS log stamp. Update comments.
*
*/
/*
* NOTE:
*
* There are two copies of this file, one in backend/libpq and another
* in interfaces/odbc. They should be identical.
*/
#ifndef MD5_ODBC
#include "postgres.h"
#include "libpq/crypt.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment