Skip to content

Commit fb17004

Browse files
committed
Update FAQ_DEV.
1 parent 1af6761 commit fb17004

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

doc/FAQ_DEV

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -602,26 +602,23 @@ typedef struct nameData
602602
This was written by Lamar Owen:
603603

604604
2001-06-22
605+
What open source development process is used by the PostgreSQL team?
605606

606-
What open source development process is used by the PostgreSQL team?
607-
608607
Read HACKERS for six months (or a full release cycle, whichever is
609608
longer). Really. HACKERS _is_the process. The process is not well
610609
documented (AFAIK -- it may be somewhere that I am not aware of) --
611610
and it changes continually.
611+
What development environment (OS, system, compilers, etc) is required
612+
to develop code?
612613

613-
What development environment (OS, system, compilers, etc) is required to
614-
develop code?
615-
616614
Developers Corner on the website has links to this information. The
617615
distribution tarball itself includes all the extra tools and documents
618616
that go beyond a good Unix-like development environment. In general, a
619617
modern unix with a modern gcc, GNU make or equivalent, autoconf (of a
620618
particular version), and good working knowledge of those tools are
621619
required.
620+
What areas need support?
622621

623-
What area or two needs some support?
624-
625622
The TODO list.
626623

627624
You've made the first step, by finding and subscribing to HACKERS.

doc/src/FAQ/FAQ_DEV.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -727,16 +727,16 @@ <H3><A name="17">17</A>) How go I get involved in PostgreSQL
727727

728728
<P>2001-06-22</P>
729729

730-
<H3>What open source development process is used by the PostgreSQL
731-
team?</H3>
730+
<B>What open source development process is used by the PostgreSQL
731+
team?</B>
732732

733733
<P>Read HACKERS for six months (or a full release cycle, whichever
734734
is longer). Really. HACKERS _is_the process. The process is not
735735
well documented (AFAIK -- it may be somewhere that I am not aware
736736
of) -- and it changes continually.</P>
737737

738-
<H3>What development environment (OS, system, compilers, etc) is
739-
required to develop code?</H3>
738+
<B>What development environment (OS, system, compilers, etc) is
739+
required to develop code?</B>
740740

741741
<P><A href="developers.postgresql.org">Developers Corner</A> on the
742742
website has links to this information. The distribution tarball
@@ -746,7 +746,7 @@ <H3>What development environment (OS, system, compilers, etc) is
746746
particular version), and good working knowledge of those tools are
747747
required.</P>
748748

749-
<H3>What area or two needs some support?</H3>
749+
<B>What areas need support?</B>
750750

751751
<P>The TODO list.</P>
752752

0 commit comments

Comments
 (0)