Re: Postgres for 4.0

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: stevek(at)uimage(dot)com (Stephen Kogge)
Cc: bsdi-users(at)bsdi(dot)com, stevek(at)uimage(dot)com
Subject: Re: Postgres for 4.0
Date: 1998-10-19 17:46:18
Message-ID: 199810191746.NAA16191@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> With the talk of PostgresSQL as a DB engine for
> 4.0 you will need to fetch a snapshot not a release
> AND install BISON before you start the build.
>
> The official release does not know about
> BSD/OS 4.0 yet. A snapshot from 10-18-1998 does
> know about 4.0 and does build. I don't know what
> may or not be broken or enhanced.

[BCC to PostgreSQL hackers list, as a reminder.]

We are expecting a 6.4 final release on November 1, and it will support
BSD/OS 4.0 out-of-the-box, with full ELF/dynamic loader/shared library
support.

Bison will not be required, but is helpful. Our parser grammer is too
large for the BSDI yacc.

As part of the distribution, we generate a gram.c file from gram.y. It
works just fine with _no_ yacc/bison.

However, there was a datestamp problem with 6.3.2, and the gram.c file
came out older than gram.y, so Make thought you needed yacc/bison, and
BSD/OS yacc could not handle the size.

We supplied a patch from our ftp server ftp.postgresql.org to fix this
by modifying the timestamp on gram.c.

6.4 will have this fixed.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul A Vixie 1998-10-19 19:07:30 Re: [HACKERS] Re: inet/cidr/bind
Previous Message Marcus Mascari 1998-10-19 17:39:11 subselect not using indexes under 6.4 - Please help