Index: FAQ_DEV.html =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/FAQ/FAQ_DEV.html,v retrieving revision 1.85 diff -c -r1.85 FAQ_DEV.html *** FAQ_DEV.html 5 Jan 2005 22:37:28 -0000 1.85 --- FAQ_DEV.html 7 Mar 2005 21:19:39 -0000 *************** *** 192,198 ****

Basic system testing

The easiest way to test your code is to ensure that it builds ! against the latest verion of the code and that it does not generate compiler warnings.

It is worth advised that you pass --enable-cassert to --- 192,198 ----

Basic system testing

The easiest way to test your code is to ensure that it builds ! against the latest version of the code and that it does not generate compiler warnings.

It is worth advised that you pass --enable-cassert to *************** *** 210,216 **** directory of the source tree. If any tests failure, investigate.

!

If you've deliberately changed existing behaviour, this change may cause a regression test failure but not any actual regression. If so, you should also patch the regression test suite.

--- 210,216 ---- directory of the source tree. If any tests failure, investigate.

!

If you've deliberately changed existing behavior, this change may cause a regression test failure but not any actual regression. If so, you should also patch the regression test suite.

*************** *** 472,478 ****
  • The initscript;
  • !
  • Any other ancilliary scripts and files;
  • A README.rpm-dist document that tries to adequately document both the differences between the RPM build and the WHY of the --- 472,478 ----
  • The initscript;
  • !
  • Any other ancillary scripts and files;
  • A README.rpm-dist document that tries to adequately document both the differences between the RPM build and the WHY of the *************** *** 601,607 **** cvs ... checkout pgsql !

    To get a past branch, you cd to whereever you want it and say

          cvs ... checkout -r BRANCHNAME pgsql
    --- 601,607 ----
          cvs ... checkout pgsql
      
    !

    To get a past branch, you cd to wherever you want it and say

          cvs ... checkout -r BRANCHNAME pgsql
    ***************
    *** 690,696 ****
          the source code is available at http://gborg.postgresql.org/project/pgweb/projdisplay.php
          , the code for the next version of the website is under the
    !     "portal" module. You will al so find code for the "techdocs"
          website if you would like to contribute to that. A temporary todo
          list for current website development issues is available at http://gborg.postgresql.org/project/pgweb/projdisplay.php
          , the code for the next version of the website is under the
    !     "portal" module. You will also find code for the "techdocs"
          website if you would like to contribute to that. A temporary todo
          list for current website development issues is available at 
              
    lfirst(i), lfirst_int(i), lfirst_oid(i)
    !
    return the data (a point, inteter and OID respectively) at list element i.
    lnext(i)
    --- 810,816 ----
    lfirst(i), lfirst_int(i), lfirst_oid(i)
    !
    return the data (a point, integer and OID respectively) at list element i.
    lnext(i)