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
868859b7
Commit
868859b7
authored
Oct 30, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AIX patch from Darren King.
parent
9939e555
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
22 deletions
+17
-22
src/backend/port/univel/port.c
src/backend/port/univel/port.c
+0
-17
src/makefiles/Makefile.aix
src/makefiles/Makefile.aix
+2
-4
src/template/.similar
src/template/.similar
+3
-0
src/template/aix_325
src/template/aix_325
+11
-0
src/template/aix_41
src/template/aix_41
+1
-1
No files found.
src/backend/port/univel/port.c
View file @
868859b7
...
@@ -70,23 +70,6 @@ getrusage(int who, struct rusage * rusage)
...
@@ -70,23 +70,6 @@ getrusage(int who, struct rusage * rusage)
return
(
0
);
return
(
0
);
}
}
/*
* Copyright (c) 1987 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that this notice is preserved and that due credit is given
* to the University of California at Berkeley. The name of the University
* may not be used to endorse or promote products derived from this
* software without specific written prior permission. This software
* is provided ``as is'' without express or implied warranty.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static
char
sccsid
[]
=
"@(#)strcasecmp.c 5.5 (Berkeley) 11/24/87"
;
#endif
/* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/types.h>
#include <string.h>
#include <string.h>
...
...
src/makefiles/Makefile.aix
View file @
868859b7
...
@@ -17,8 +17,6 @@ $(POSTGRES_IMP):
...
@@ -17,8 +17,6 @@ $(POSTGRES_IMP):
%$(EXPSUFF)
:
%$(EXPSUFF)
:
$(MKLDEXPORT)
$*
.o
`
pwd
`
>
$*$(EXPSUFF)
$(MKLDEXPORT)
$*
.o
`
pwd
`
>
$*$(EXPSUFF)
%
.so
:
%.o %$(EXPSUFF)
%
$(DLSUFFIX)
:
%.o %$(EXPSUFF)
@
echo
Making share library
$@
from
$*
.o,
$*$(EXPSUFF)
, and installed postgres.imp
@
echo
Making share library
$@
from
$*
.o,
$*$(EXPSUFF)
, and installed postgres.imp
$(LD)
-H512
-e
_nostart
-bM
:SRE
-bI
:
$(LIBDIR)
/
$(POSTGRES_IMP)
-bE
:
$*$(EXPSUFF)
-o
$@
$*
.o
$(LDFLAGS)
-lc
$(LD)
-H512
-bM
:SRE
-bI
:
$(LIBDIR)
/
$(POSTGRES_IMP)
-bE
:
$*$(EXPSUFF)
-o
$@
$*
.o
$(LDFLAGS)
$(CFLAGS_SL)
#41+
$(LD)
-H512
-bnoentry
-bM
:SRE
-bI
:
$(LIBDIR)
/
$(POSTGRES_IMP)
-bE
:
$*$(EXPSUFF)
-o
$@
$*
.o
$(LDFLAGS)
-lc
#325
$(LD)
-H512
-e
_nostart
-bM
:SRE
-bI
:
$(LIBDIR)
/
$(POSTGRES_IMP)
-bE
:
$*$(EXPSUFF)
-o
$@
$*
.o
$(LDFLAGS)
-lc
src/template/.similar
View file @
868859b7
...
@@ -13,3 +13,6 @@ i586-pc-linux-gnu=linux-elf
...
@@ -13,3 +13,6 @@ i586-pc-linux-gnu=linux-elf
i686-pc-linux-gnu=linux-elf
i686-pc-linux-gnu=linux-elf
sparc-unknown-linux-gnu=linux-elf
sparc-unknown-linux-gnu=linux-elf
alpha-unknown-linux-gnu=linuxalpha
alpha-unknown-linux-gnu=linuxalpha
powerpc-ibm-aix3.2.5=aix_325
powerpc-ibm-aix4.1.4.0=aix_41
powerpc-ibm-aix4.1.5.0=aix_41
src/template/aix_325
0 → 100644
View file @
868859b7
AROPT:crs
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg
SHARED_LIB:-e _nostart -lc
ALL:
SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:
CC:xlc
src/template/aix
-cc
→
src/template/aix
_41
View file @
868859b7
AROPT:crs
AROPT:crs
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg
SHARED_LIB:
SHARED_LIB:
-bnoentry -lc
ALL:
ALL:
SRCH_INC:
SRCH_INC:
SRCH_LIB:
SRCH_LIB:
...
...
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