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
33581195
Commit
33581195
authored
Oct 21, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Per my ongoing discussion with PeterE, here is the patch I applied to
src/template/unixware: Larry Rosenman
parent
a7fcadd1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+2
-2
src/template/unixware
src/template/unixware
+3
-1
No files found.
doc/src/sgml/installation.sgml
View file @
33581195
<
!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.2
6 2000/10/21 01:08:34 petere
Exp $ -->
<
!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.2
7 2000/10/21 15:50:32 momjian
Exp $ -->
<
chapter
id
=
"installation"
>
<
title
><
![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
...
...
@@ -98,7 +98,7 @@ su - postgres
To
build
on
<
productname
>
Windows
NT
</>
or
<
productname
>
Windows
2000
</>
you
need
the
<
productname
>
Cygwin
</>
and
<
productname
>
cygipc
</>
packages
.
See
the
file
<
filename
>
doc
/
INSTALL_
WIN
</>
for
details
.
<
filename
>
doc
/
FAQ_MS
WIN
</>
for
details
.
</
para
>
</
listitem
>
</
itemizedlist
>
...
...
src/template/unixware
View file @
33581195
AROPT=crs
CFLAGS='-O -K
i486,
host,inline,loop_unroll,alloca -Dsvr4'
CFLAGS='-O -K host,inline,loop_unroll,alloca -Dsvr4'
SHARED_LIB='-K PIC'
SRCH_INC='/opt/include'
SRCH_LIB='/opt/lib'
DLSUFFIX=.so
CC=cc
CXX=CC
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