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
cfef73b4
Commit
cfef73b4
authored
Jul 12, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update linux_i386 fix.
parent
37273977
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
35 deletions
+12
-35
src/interfaces/ecpg/lib/Makefile.in
src/interfaces/ecpg/lib/Makefile.in
+1
-1
src/interfaces/libpgtcl/Makefile.in
src/interfaces/libpgtcl/Makefile.in
+3
-10
src/interfaces/libpq++/Makefile
src/interfaces/libpq++/Makefile
+5
-3
src/interfaces/libpq/Makefile.in
src/interfaces/libpq/Makefile.in
+3
-10
src/test/regress/README
src/test/regress/README
+0
-11
No files found.
src/interfaces/ecpg/lib/Makefile.in
View file @
cfef73b4
...
...
@@ -31,7 +31,7 @@ ifeq ($(PORTNAME), bsd)
CFLAGS
+=
$(CFLAGS_SL)
endif
endif
#ifeq ($(PORTNAME),
i386_
solaris)
#ifeq ($(PORTNAME), solaris)
# install-shlib-dep := install-shlib
# shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
# LDFLAGS_SL = -G -z text
...
...
src/interfaces/libpgtcl/Makefile.in
View file @
cfef73b4
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.1
8 1998/06/16 03:17:47
momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.1
9 1998/07/12 18:48:05
momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -33,7 +33,7 @@ shlib :=
LIBPQ
=
-L
$(SRCDIR)
/interfaces/libpq
-lpq
ifeq
($(PORTNAME), linux
_i386
)
ifeq
($(PORTNAME), linux)
install-shlib-dep
:=
install-shlib
shlib
:=
libpgtcl.so.1
CFLAGS
+=
$(CFLAGS_SL)
...
...
@@ -59,20 +59,13 @@ ifeq ($(PORTNAME), bsdi)
endif
endif
ifeq
($(PORTNAME), solaris
_i386
)
ifeq
($(PORTNAME), solaris)
install-shlib-dep
:=
install-shlib
shlib
:=
libpgtcl.so.1
LDFLAGS_SL
=
-G
-z
text
CFLAGS
+=
$(CFLAGS_SL)
endif
ifeq
($(PORTNAME), solaris_sparc)
install-shlib-dep
:=
install-shlib
shlib
:=
libpgtcl.so.1
LDFLAGS_SL
=
-G
CFLAGS
+=
$(CFLAGS_SL)
endif
ifeq
($(PORTNAME), univel)
install-shlib-dep
:=
install-shlib
shlib
:=
libpgtcl.so.1
...
...
src/interfaces/libpq++/Makefile
View file @
cfef73b4
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.1
7 1998/06/15 21:01:48
momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.1
8 1998/07/12 18:48:06
momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -42,18 +42,20 @@ OBJS = pgenv.o pgconnection.o pgtransdb.o pgcursordb.o pglobject.o
# Shared library stuff
SHLIB
:=
INSTALL-SHLIB-DEP
:=
ifeq
($(PORTNAME), linux
_i386
)
ifeq
($(PORTNAME), linux)
INSTALL-SHLIB-DEP
:=
install-shlib
SHLIB
:=
libpq++.so.1
LDFLAGS_SL
=
-shared
-soname
$(SHLIB)
CFLAGS
+=
$(CFLAGS_SL)
endif
ifeq
($(PORTNAME), solaris_i386)
ifeq
($(PORTNAME), solaris)
INSTALL-SHLIB-DEP
:=
install-shlib
SHLIB
:=
libpq++.so.1
LDFLAGS_SL
=
-G
-z
text
-shared
-soname
$(SHLIB)
CFLAGS
+=
$(CFLAGS_SL)
endif
ifeq
($(PORTNAME), hpux)
install-shlib-dep
:=
install-shlib
shlib
:=
libpq.sl
...
...
src/interfaces/libpq/Makefile.in
View file @
cfef73b4
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.2
2 1998/06/16 07:29:45
momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.2
3 1998/07/12 18:48:06
momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -40,7 +40,7 @@ endif
shlib
:=
install-shlib-dep
:=
ifeq
($(PORTNAME), linux
_i386
)
ifeq
($(PORTNAME), linux)
install-shlib-dep
:=
install-shlib
shlib
:=
libpq.so.
$(SO_MAJOR_VERSION)
.
$(SO_MINOR_VERSION)
LDFLAGS_SL
=
-shared
-soname
libpq.so.
$(SO_MAJOR_VERSION)
...
...
@@ -66,20 +66,13 @@ ifeq ($(PORTNAME), bsdi)
endif
endif
ifeq
($(PORTNAME), solaris
_i386
)
ifeq
($(PORTNAME), solaris)
install-shlib-dep
:=
install-shlib
shlib
:=
libpq.so.
$(SO_MAJOR_VERSION)
.
$(SO_MINOR_VERSION)
LDFLAGS_SL
=
-G
-z
text
CFLAGS
+=
$(CFLAGS_SL)
endif
ifeq
($(PORTNAME), solaris_sparc)
install-shlib-dep
:=
install-shlib
shlib
:=
libpq.so.
$(SO_MAJOR_VERSION)
.
$(SO_MINOR_VERSION)
LDFLAGS_SL
=
-G
CFLAGS
+=
$(CFLAGS_SL)
endif
ifeq
($(PORTNAME), univel)
install-shlib-dep
:=
install-shlib
shlib
:=
libpq.so.1
...
...
src/test/regress/README
View file @
cfef73b4
...
...
@@ -169,17 +169,6 @@ The 'expected' files
careful (?) inspection. Many of the development machines are running a
Unix OS variant (FreeBSD, Linux, etc) on Ix86 hardware.
The original 'expected.input' file was created on a SPARC Solaris 2.4
system using the 'postgres5-1.02a5.tar.gz' source tree. It was compared
with a file created on an I386 Solaris 2.4 system and the differences
were only in the floating point polygons in the 3rd digit to the right
of the decimal point. (see below)
The original 'sample.regress.out' file was from the postgres-1.01 release
constructed by Jolly Chen and is included here for reference. It may
have been created on a DEC ALPHA machine as the 'Makefile.global'
in the postgres-1.01 release has PORTNAME=alpha.
Current release notes (Thomas.Lockhart@jpl.nasa.gov)
The regression tests have been adapted and extensively modified for the
...
...
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