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
722fa83f
Commit
722fa83f
authored
Dec 20, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More ports switched over
parent
b5466f86
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
53 deletions
+1
-53
src/backend/port/dynloader/i386_solaris.h
src/backend/port/dynloader/i386_solaris.h
+1
-1
src/backend/port/dynloader/irix5.h
src/backend/port/dynloader/irix5.h
+0
-0
src/backend/port/irix5/Makefile
src/backend/port/irix5/Makefile
+0
-34
src/backend/port/irix5/README
src/backend/port/irix5/README
+0
-2
src/backend/port/irix5/port.c
src/backend/port/irix5/port.c
+0
-16
No files found.
src/backend/port/
i386_solaris/port-proto
s.h
→
src/backend/port/
dynloader/i386_solari
s.h
View file @
722fa83f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id:
port-protos.h,v 1.4 1997/12/19 22:45:59
scrappy Exp $
* $Id:
i386_solaris.h,v 1.1 1997/12/20 03:23:33
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
...
src/backend/port/
irix5/port-protos
.h
→
src/backend/port/
dynloader/irix5
.h
View file @
722fa83f
File moved
src/backend/port/irix5/Makefile
deleted
100644 → 0
View file @
b5466f86
#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for port/irix5
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/irix5/Attic/Makefile,v 1.3 1997/12/20 00:25:48 scrappy Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
port.o
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/irix5/README
deleted
100644 → 0
View file @
b5466f86
The IRIX 5 port was contributed by
Paul 'Shag' Walmsley <ccshag@everest.cclabs.missouri.edu>
src/backend/port/irix5/port.c
deleted
100644 → 0
View file @
b5466f86
/*-------------------------------------------------------------------------
*
* port.c--
* Irix5-specific routines
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* /usr/local/devel/pglite/cvs/src/backend/port/sparc_solaris/port.c,v 1.2 1995/03/17 06:40:19 andrew Exp
*
*-------------------------------------------------------------------------
*/
#include <math.h>
/* for pow() prototype */
#include <errno.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