Update FAQ_DEV.

This commit is contained in:
Bruce Momjian 2001-11-27 23:44:03 +00:00
parent 882e2899f0
commit 1e99bf5e4c
1 changed files with 9 additions and 8 deletions

View File

@ -12,7 +12,7 @@
<H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1>
<P>Last updated: Tue Nov 27 16:48:42 EST 2001</P>
<P>Last updated: Tue Nov 27 18:43:59 EST 2001</P>
<P>Current maintainer: Bruce Momjian (<A href=
@ -569,8 +569,8 @@ answer is that I maintain:
I then download and build on as many different canonical distributions
as I can -- currently I am able to build on Red Hat 6.2, 7.0, and 7.1 on
my personal hardware. Occasionally I receive opportunity from certain
commercial enterprises such as Great Bridge and PostgreSQL Inc to build
on other distributions.
commercial enterprises such as Great Bridge and PostgreSQL, Inc. to
build on other distributions.
I test the build by installing the resulting packages and running the
regression tests. Once the build passes these tests, I upload to the
@ -715,11 +715,12 @@ Really. HACKERS _is_the process. The process is not well documented (AFAIK
&gt; - Find the development environment (OS, system, compilers, etc)
&gt; required to develop code.
Developers Corner on the website has links to this information. The
distribution tarball itself includes all the extra tools and documents that
go beyond a good Unix-like development environment. In general, a modern
unix with a modern gcc, GNU make or equivalent, autoconf (of a particular
version), and good working knowledge of those tools are required.
<a href="developers.postgresql.org">Developers Corner</a> on the website
has links to this information. The distribution tarball itself
includes all the extra tools and documents that go beyond a good
Unix-like development environment. In general, a modern unix with a
modern gcc, GNU make or equivalent, autoconf (of a particular version),
and good working knowledge of those tools are required.
&gt; - Find an area or two that needs some support.