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
a0bc7aa7
Commit
a0bc7aa7
authored
Dec 20, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This should get the linux port to work...
parent
20ff6432
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
53 deletions
+2
-53
src/backend/port/dynloader/linux.c
src/backend/port/dynloader/linux.c
+1
-1
src/backend/port/dynloader/linux.h
src/backend/port/dynloader/linux.h
+1
-1
src/backend/port/linux/Makefile
src/backend/port/linux/Makefile
+0
-38
src/backend/port/linux/port.c
src/backend/port/linux/port.c
+0
-13
No files found.
src/backend/port/
linux/dynloader
.c
→
src/backend/port/
dynloader/linux
.c
View file @
a0bc7aa7
...
...
@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/
linux/Attic/dynloader.c,v 1.4 1997/09/08 02:26:36 momjian
Exp $
* $Header: /cvsroot/pgsql/src/backend/port/
dynloader/linux.c,v 1.1 1997/12/20 02:36:17 scrappy
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/port/
linux/port-protos
.h
→
src/backend/port/
dynloader/linux
.h
View file @
a0bc7aa7
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id:
port-protos.h,v 1.3 1997/09/07 04:46:15 momjian
Exp $
* $Id:
linux.h,v 1.1 1997/12/20 02:36:18 scrappy
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/port/linux/Makefile
deleted
100644 → 0
View file @
20ff6432
#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for port/linux
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/linux/Attic/Makefile,v 1.3 1997/12/20 00:25:58 scrappy Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
ifdef
LINUX_ELF
OBJS
=
port.o
else
OBJS
=
dynloader.o
endif
all
:
SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
-r
-o
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(INCLUDE_OPT)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/port/linux/port.c
deleted
100644 → 0
View file @
20ff6432
/*-------------------------------------------------------------------------
*
* port.c--
* Linux-specific routines
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/linux/Attic/port.c,v 1.2 1997/09/07 04:46:18 momjian Exp $
*
*-------------------------------------------------------------------------
*/
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