diff options
author | Bruce Momjian | 2001-12-04 17:12:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-12-04 17:12:25 +0000 |
commit | fb170041c6347376c385baca4e3effc2351d4c90 (patch) | |
tree | a0734fb3375c9e1bbdfa9f0b79fec58a423b5568 /doc/FAQ_DEV | |
parent | 1af67612071ee85a23a73ba514ec25d7d1207553 (diff) |
Update FAQ_DEV.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index e9303abae75..d5faef76a0c 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -602,26 +602,23 @@ typedef struct nameData This was written by Lamar Owen: 2001-06-22 + What open source development process is used by the PostgreSQL team? - What open source development process is used by the PostgreSQL team? - Read HACKERS for six months (or a full release cycle, whichever is longer). Really. HACKERS _is_the process. The process is not well documented (AFAIK -- it may be somewhere that I am not aware of) -- and it changes continually. + What development environment (OS, system, compilers, etc) is required + to develop code? - What development environment (OS, system, compilers, etc) is 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. + What areas need support? - What area or two needs some support? - The TODO list. You've made the first step, by finding and subscribing to HACKERS. |