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
19cc7bcb
Commit
19cc7bcb
authored
Oct 22, 2002
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify that we need bison >= 1.50.
parent
f3e1937e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
INSTALL
INSTALL
+1
-1
doc/FAQ_HPUX
doc/FAQ_HPUX
+2
-2
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+2
-2
No files found.
INSTALL
View file @
19cc7bcb
...
...
@@ -58,7 +58,7 @@ The following prerequisites exist for building PostgreSQL:
pre
-
generated
output
files
are
included
in
released
packages
.
You
will
need
these
programs
only
when
building
from
a
CVS
tree
or
if
you
changed
the
actual
scanner
and
parser
definition
files
.
If
you
need
them
,
be
sure
to
get
Flex
2.5.4
or
later
and
Bison
1.
28
or
later
.
Other
them
,
be
sure
to
get
Flex
2.5.4
or
later
and
Bison
1.
50
or
later
.
Other
yacc
programs
can
sometimes
be
used
,
but
doing
so
requires
extra
effort
and
is
not
recommended
.
Other
lex
programs
will
definitely
not
work
.
...
...
doc/FAQ_HPUX
View file @
19cc7bcb
...
...
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.1
HP-UX Specific
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
=======================================================
last updated: $Date: 200
1/04/30 23:55:26
$
last updated: $Date: 200
2/10/22 13:46:59
$
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
original author: Tom Lane (tgl@sss.pgh.pa.us)
...
...
@@ -87,7 +87,7 @@ The CVS server does not store prebuilt yacc output files.
1.4) Linking the main postgres executable fails, complaining that
there's no "alloca" function.
You're using an old version of GNU bison. Update to 1.
28
or later,
You're using an old version of GNU bison. Update to 1.
50
or later,
and re-make the bison output files. Or build with gcc, or update to
HPUX 10, either of which will provide support for alloca.
...
...
doc/src/sgml/installation.sgml
View file @
19cc7bcb
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.8
4 2002/10/20 01:38:18
tgl Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.8
5 2002/10/22 13:46:59
tgl Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
...
...
@@ -286,7 +286,7 @@ JAVACMD=$JAVA_HOME/bin/java
are needed to build a CVS checkout or if you changed the actual
scanner and parser definition files. If you need them, be sure
to get <application>Flex</> 2.5.4 or later and
<application>Bison</> 1.
28
or later. Other <application>yacc</>
<application>Bison</> 1.
50
or later. Other <application>yacc</>
programs can sometimes be used, but doing so requires extra
effort and is not recommended. Other <application>lex</>
programs will definitely not work.
...
...
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