summaryrefslogtreecommitdiff
path: root/doc/FAQ_HPUX
diff options
context:
space:
mode:
authorTom Lane2002-10-22 13:46:59 +0000
committerTom Lane2002-10-22 13:46:59 +0000
commit19cc7bcbe5f09617bf1b58581b4f8153e6e3cdb1 (patch)
tree363c9f00301de0883b6ff84005462e20bea99c16 /doc/FAQ_HPUX
parentf3e1937e5d1dcd616d76dcf709cf7a52b2f08810 (diff)
Specify that we need bison >= 1.50.
Diffstat (limited to 'doc/FAQ_HPUX')
-rw-r--r--doc/FAQ_HPUX4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ_HPUX b/doc/FAQ_HPUX
index 67ea07348ac..7736fbfe778 100644
--- a/doc/FAQ_HPUX
+++ b/doc/FAQ_HPUX
@@ -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: 2001/04/30 23:55:26 $
+last updated: $Date: 2002/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.