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
f3f77126
Commit
f3f77126
authored
Mar 01, 1998
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move around files before applying Darren's second patch
parent
56b31822
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
19 deletions
+1
-19
src/tutorial/C-code/Makefile
src/tutorial/C-code/Makefile
+0
-18
src/tutorial/beard.c
src/tutorial/beard.c
+1
-1
src/tutorial/complex.c
src/tutorial/complex.c
+0
-0
src/tutorial/funcs.c
src/tutorial/funcs.c
+0
-0
No files found.
src/tutorial/C-code/Makefile
deleted
100644 → 0
View file @
56b31822
SRCDIR
=
../..
include
../../Makefile.global
CFLAGS
+=
-I
../../include
-I
$(LIBPQDIR)
#
# And where libpq goes, so goes the authentication stuff...
#
ifdef
KRBVERS
LDFLAGS
+=
$(KRBLIBS)
CFLAGS
+=
$(KRBFLAGS)
endif
all
:
complex$(DLSUFFIX) funcs$(DLSUFFIX)
clean
:
rm
-f
complex
$(DLSUFFIX)
funcs
$(DLSUFFIX)
src/tutorial/
C-code/
beard.c
→
src/tutorial/beard.c
View file @
f3f77126
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/tutorial/
C-code/Attic/beard.c,v 1.5 1998/01/07 21:07:03 momjian
Exp $
* $Header: /cvsroot/pgsql/src/tutorial/
Attic/beard.c,v 1.1 1998/03/01 04:51:01 scrappy
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/tutorial/
C-code/
complex.c
→
src/tutorial/complex.c
View file @
f3f77126
File moved
src/tutorial/
C-code/
funcs.c
→
src/tutorial/funcs.c
View file @
f3f77126
File moved
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