From ff200d9359e8bb01b7b5fed7dd5dba6724517991 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 17 Apr 2002 02:10:22 +0000 Subject: Add steps for typical patch. --- doc/src/FAQ/FAQ_DEV.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 9e557284b31..31d1145477f 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -12,7 +12,7 @@

Developer's Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Mon Feb 25 15:29:28 EST 2002

+

Last updated: Tue Apr 16 22:10:03 EDT 2002

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -134,7 +134,7 @@

1.2) How do I add a feature or fix a bug?

-

The source code is over 250,000 lines. Many problems/features +

The source code is over 350,000 lines. Many fixes/features are isolated to one specific area of the code. Others require knowledge of much of the source. If you are confused about where to start, ask the hackers list, and they will be glad to assess the @@ -151,6 +151,16 @@ simplicity. Often a review of existing code doing similar things is helpful.

+

The usual process for source additions is: +

1.3) How do I download/update the current source tree?

-- cgit v1.2.3