mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
Update FAQ_DEV.
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
<H1>Developer's Frequently Asked Questions (FAQ) for
|
<H1>Developer's Frequently Asked Questions (FAQ) for
|
||||||
PostgreSQL</H1>
|
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=
|
<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
|
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
|
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
|
my personal hardware. Occasionally I receive opportunity from certain
|
||||||
commercial enterprises such as Great Bridge and PostgreSQL Inc to build
|
commercial enterprises such as Great Bridge and PostgreSQL, Inc. to
|
||||||
on other distributions.
|
build on other distributions.
|
||||||
|
|
||||||
I test the build by installing the resulting packages and running the
|
I test the build by installing the resulting packages and running the
|
||||||
regression tests. Once the build passes these tests, I upload to 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
|
|||||||
> - Find the development environment (OS, system, compilers, etc)
|
> - Find the development environment (OS, system, compilers, etc)
|
||||||
> required to develop code.
|
> required to develop code.
|
||||||
|
|
||||||
Developers Corner on the website has links to this information. The
|
<a href="developers.postgresql.org">Developers Corner</a> on the website
|
||||||
distribution tarball itself includes all the extra tools and documents that
|
has links to this information. The distribution tarball itself
|
||||||
go beyond a good Unix-like development environment. In general, a modern
|
includes all the extra tools and documents that go beyond a good
|
||||||
unix with a modern gcc, GNU make or equivalent, autoconf (of a particular
|
Unix-like development environment. In general, a modern unix with a
|
||||||
version), and good working knowledge of those tools are required.
|
modern gcc, GNU make or equivalent, autoconf (of a particular version),
|
||||||
|
and good working knowledge of those tools are required.
|
||||||
|
|
||||||
> - Find an area or two that needs some support.
|
> - Find an area or two that needs some support.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user