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
14531e0c
Commit
14531e0c
authored
May 19, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename irix5 port to irix.
parent
bef228d1
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
+9
-9
configure
configure
+1
-1
configure.in
configure.in
+2
-2
src/Makefile.shlib
src/Makefile.shlib
+2
-2
src/backend/port/dynloader/irix.c
src/backend/port/dynloader/irix.c
+1
-1
src/backend/port/dynloader/irix.h
src/backend/port/dynloader/irix.h
+3
-3
src/makefiles/Makefile.irix
src/makefiles/Makefile.irix
+0
-0
src/template/irix
src/template/irix
+0
-0
No files found.
configure
View file @
14531e0c
...
...
@@ -1389,7 +1389,7 @@ case $host_os in
dgux
*
)
template
=
dgux
;;
freebsd
*
)
template
=
freebsd
;;
hpux
*
)
template
=
hpux
;;
irix
*
)
template
=
irix
5
;;
irix
*
)
template
=
irix
;;
linux
*
)
template
=
linux
;;
mingw
*
)
template
=
win32
;;
netbsd
*
)
template
=
netbsd
;;
...
...
configure.in
View file @
14531e0c
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.35
1 2004/05/18 04:11:29
momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.35
2 2004/05/19 21:37:42
momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
...
...
@@ -56,7 +56,7 @@ case $host_os in
dgux*) template=dgux ;;
freebsd*) template=freebsd ;;
hpux*) template=hpux ;;
irix*) template=irix
5
;;
irix*) template=irix ;;
linux*) template=linux ;;
mingw*) template=win32 ;;
netbsd*) template=netbsd ;;
...
...
src/Makefile.shlib
View file @
14531e0c
...
...
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.7
5 2004/05/12 21:56:27
momjian Exp $
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.7
6 2004/05/19 21:37:43
momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -139,7 +139,7 @@ ifeq ($(PORTNAME), hpux)
endif
endif
ifeq
($(PORTNAME), irix
5
)
ifeq
($(PORTNAME), irix)
shlib
:=
lib
$(NAME)$(DLSUFFIX)
.
$(SO_MAJOR_VERSION)
LINK.shared
=
$(COMPILER)
-shared
-Wl
,-set_version,sgi
$(SO_MAJOR_VERSION)
.
$(SO_MINOR_VERSION)
endif
...
...
src/backend/port/dynloader/irix
5
.c
→
src/backend/port/dynloader/irix.c
View file @
14531e0c
/* Dummy file used for nothing at this point
*
* see irix
5
.h
* see irix.h
*/
src/backend/port/dynloader/irix
5
.h
→
src/backend/port/dynloader/irix.h
View file @
14531e0c
/*-------------------------------------------------------------------------
*
* irix
5
.h
* port-specific prototypes for Irix
5
* irix.h
* port-specific prototypes for Irix
*
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/backend/port/dynloader/irix
5.h,v 1.15 2003/11/29 22:39:55 pgsql
Exp $
* $PostgreSQL: pgsql/src/backend/port/dynloader/irix
.h,v 1.1 2004/05/19 21:37:43 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/makefiles/Makefile.irix
5
→
src/makefiles/Makefile.irix
View file @
14531e0c
File moved
src/template/irix
5
→
src/template/irix
View file @
14531e0c
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