Add a link to the developer's FAQ for my article about how companies can
authorBruce Momjian
Fri, 22 Dec 2006 22:42:36 +0000 (22:42 +0000)
committerBruce Momjian
Fri, 22 Dec 2006 22:42:36 +0000 (22:42 +0000)
work effectively with open source communities.

doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 63ae1b28f5669188d0799f00d575f3ba1ae95283..9bac5dfeb1b0eac8e67bb70a09977d9ac7cf4a76 100644 (file)
@@ -1,7 +1,7 @@
 
           Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Wed Dec 20 11:21:55 EST 2006
+   Last updated: Fri Dec 22 17:41:41 EST 2006
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -100,7 +100,9 @@ General Questions
    both the internal implementation method you plan to use, and any
    user-visible changes (new syntax, etc). For complex patches, it is
    important to get community feeback on your proposal before starting
-   work. Failure to do so might mean your patch is rejected.
+   work. Failure to do so might mean your patch is rejected. If your work
+   is being sponsored by a company, read this article for tips on being
+   more effective.
    
    A web site is maintained for patches awaiting review,
    http://momjian.postgresql.org/cgi-bin/pgpatches, and those that are
index 1657d00b5f4de41ff591fa018b850b9eeaedd972..94d721845529ed7c27c7cb8a61d27950f9f3907d 100644 (file)
@@ -13,7 +13,7 @@
     

Developer's Frequently Asked Questions (FAQ) for

     PostgreSQL
 
-    

Last updated: Wed Dec 20 11:21:55 EST 2006

+    

Last updated: Fri Dec 22 17:41:41 EST 2006

 
     

Current maintainer: Bruce Momjian (

@@ -24,7 +24,7 @@
     "http://www.postgresql.org/docs/faqs.FAQ_DEV.html">http://www.postgresql.org/docs/faqs.FAQ_DEV.html.

     
     
-     
+
 
       

General Questions

     1.1) How do I get involved in PostgreSQL
@@ -57,7 +57,7 @@
     site development?
      1.19) What is the timeline for the next major
     PostgreSQL release?
-     
+
 
       

Technical Questions

     2.1) How do I efficiently access information in
@@ -76,7 +76,7 @@
      2.8) What debugging features are available?
 
      
-     
+
     
 
     

General Questions

     in doc/TODO in the source distribution or at 
     "http://www.postgresql.org/docs/faqs.TODO.html">
     http://www.postgresql.org/docs/faqs.TODO.html.
-    
+
 
     

You can learn more about these features by consulting the

     archives, the SQL standards and the recommend texts (see 
     use, and any user-visible changes (new syntax, etc). For complex
     patches, it is important to get community feeback on your proposal
     before starting work. Failure to do so might mean your patch is
-    rejected.

+    rejected.  If your work is being sponsored by a company, read this
+    
+    article for tips on being more effective.

 
     

A web site is maintained for patches awaiting review,

     
     those that are being kept for the next release,
     
     http://momjian.postgresql.org/cgi-bin/pgpatches_hold.

-    
+
     1.5) I've developed a patch, what next?
 
     

You will need to submit the patch to [email protected]. It

     src/tools/make_diff/difforig useful. (Unified diffs are only
     preferable if the file changes are single-line changes and do not
     rely on surrounding lines.)
-    
+
     
  • PostgreSQL is licensed under a BSD license, so any submissions must 
  •      conform to the BSD license to be included. If you use code that is 
         available under some other license that is BSD compatible (eg. public 
        

    We try to build on as many different canonical distributions as we can. 

        Currently we are able to build on Red Hat Linux 9, RHEL 3 and above, 
        and all Fedora Core Linux releases.

    -   
    +
        

    To test the binaries, we install them on our local machines and run

        regression tests. If the package builders uses postgres user to build the
        rpms, then it is possible to run regression tests during RPM builds.

        is possible. Only the standard released 'official to that release'
        compiler is used -- and only the standard official kernel is used as
        well.

    -   
    +
        

    PGDG RPM Building Project does not build RPMs for Mandrake .

     
        

    We usually have only one SRPM for all platforms. This is because of our 

        limited resources. However, on some cases, we may distribute different 
        SRPMs for different platforms, depending on possible compilation problems,
        especially on older distros.

    -   
    +
        

    Please note that this is a volunteered job -- We are doing our best to 

        keep  packages up to date. We, at least, provide SRPMs for all platforms. 
        For example, if you do not find a RHEL 4 x86_64 RPM in our FTP site, it 
     
      List                *list;
         ListCell    *i;
    -    
    +
         foreach(i, list)
         {
             Var *var = lfirst(i);