Commit c90bcb98 authored by Bruce Momjian's avatar Bruce Momjian

Update FAQ_DEV.

parent e0a5d6ce
...@@ -607,21 +607,16 @@ typedef struct nameData ...@@ -607,21 +607,16 @@ typedef struct nameData
2001-06-22 2001-06-22
> If someone was interested in joining the development team, where What open source development process is used by the PostgreSQL team?
would
> they...
> - Find a description of the open source development process used by
the
> PostgreSQL team.
Read HACKERS for six months (or a full release cycle, whichever is Read HACKERS for six months (or a full release cycle, whichever is
longer). Really. HACKERS _is_the process. The process is not well longer). Really. HACKERS _is_the process. The process is not well
documented (AFAIK -- it may be somewhere that I am not aware of) -- documented (AFAIK -- it may be somewhere that I am not aware of) --
and it changes continually. and it changes continually.
> - Find the development environment (OS, system, compilers, etc) What development environment (OS, system, compilers, etc) is required to
> required to develop code. develop code?
Developers Corner on the website has links to this information. The Developers Corner on the website has links to this information. The
distribution tarball itself includes all the extra tools and documents distribution tarball itself includes all the extra tools and documents
that go beyond a good Unix-like development environment. In general, a that go beyond a good Unix-like development environment. In general, a
...@@ -629,8 +624,8 @@ typedef struct nameData ...@@ -629,8 +624,8 @@ typedef struct nameData
particular version), and good working knowledge of those tools are particular version), and good working knowledge of those tools are
required. required.
> - Find an area or two that needs some support. What area or two needs some support?
The TODO list. The TODO list.
You've made the first step, by finding and subscribing to HACKERS. You've made the first step, by finding and subscribing to HACKERS.
......
...@@ -725,12 +725,8 @@ ...@@ -725,12 +725,8 @@
<P>2001-06-22</P> <P>2001-06-22</P>
<P>&gt; If someone was interested in joining the development team, <H3>What open source development process is used by the
where would<BR> PostgreSQL team?</H3>
&gt; they...<BR>
&gt; - Find a description of the open source development process
used by the<BR>
&gt; PostgreSQL team.<BR>
</P> </P>
<P>Read HACKERS for six months (or a full release cycle, whichever <P>Read HACKERS for six months (or a full release cycle, whichever
...@@ -738,9 +734,8 @@ ...@@ -738,9 +734,8 @@
well documented (AFAIK -- it may be somewhere that I am not aware well documented (AFAIK -- it may be somewhere that I am not aware
of) -- and it changes continually.</P> of) -- and it changes continually.</P>
<P>&gt; - Find the development environment (OS, system, compilers, <H3>What development environment (OS, system, compilers,
etc)<BR> etc) is required to develop code?</H3>
&gt; required to develop code.<BR>
</P> </P>
<P><A href="developers.postgresql.org">Developers Corner</A> on the <P><A href="developers.postgresql.org">Developers Corner</A> on the
...@@ -751,8 +746,7 @@ ...@@ -751,8 +746,7 @@
particular version), and good working knowledge of those tools are particular version), and good working knowledge of those tools are
required.</P> required.</P>
<P>&gt; - Find an area or two that needs some support.<BR> <H3>What area or two needs some support?</H3>
</P>
<P>The TODO list.</P> <P>The TODO list.</P>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment