Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
19cc7bcb
Commit
19cc7bcb
authored
22 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Specify that we need bison >= 1.50.
parent
f3e1937e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
INSTALL
+1
-1
1 addition, 1 deletion
INSTALL
doc/FAQ_HPUX
+2
-2
2 additions, 2 deletions
doc/FAQ_HPUX
doc/src/sgml/installation.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/installation.sgml
with
5 additions
and
5 deletions
INSTALL
+
1
−
1
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.
...
...
This diff is collapsed.
Click to expand it.
doc/FAQ_HPUX
+
2
−
2
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.
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/installation.sgml
+
2
−
2
View file @
19cc7bcb
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.8
4
2002/10/2
0 01:38:18
tgl Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.8
5
2002/10/2
2 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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment