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
9a550134
Commit
9a550134
authored
Feb 19, 1998
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various minor modes for i386_solaris
parent
9a4d023b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
src/backend/libpq/pqcomm.c
src/backend/libpq/pqcomm.c
+2
-1
src/configure
src/configure
+1
-1
src/configure.in
src/configure.in
+1
-1
No files found.
src/backend/libpq/pqcomm.c
View file @
9a550134
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.3
6 1998/01/27 03:25:01
scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.3
7 1998/02/19 14:27:33
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -36,6 +36,7 @@
*/
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <signal.h>
#include <errno.h>
#include <fcntl.h>
...
...
src/configure
View file @
9a550134
...
...
@@ -573,7 +573,7 @@ case "$host_os" in
solaris
*
)
case
"
$host_cpu
"
in
sparc
)
os
=
sparc_solaris
need_tas
=
yes
tas_file
=
sparc_solaris.s
;;
i386
)
os
=
i386_solaris
need_tas
=
yes
tas_file
=
i386_solaris
;;
i386
)
os
=
i386_solaris
need_tas
=
yes
tas_file
=
i386_solaris
.s
;;
esac
;;
sunos
*
)
os
=
sunos4
need_tas
=
no
;;
aux
*
)
os
=
aux
need_tas
=
no
;;
...
...
src/configure.in
View file @
9a550134
...
...
@@ -9,7 +9,7 @@ case "$host_os" in
solaris*)
case "$host_cpu" in
sparc) os=sparc_solaris need_tas=yes tas_file=sparc_solaris.s ;;
i386) os=i386_solaris need_tas=yes tas_file=i386_solaris ;;
i386) os=i386_solaris need_tas=yes tas_file=i386_solaris
.s
;;
esac ;;
sunos*) os=sunos4 need_tas=no ;;
aux*) os=aux need_tas=no ;;
...
...
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