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 ****
      <P><B>Basic system testing</B></P>
  
      <P>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.</P>
  
      <P>It is worth advised that you pass --enable-cassert to
--- 192,198 ----
      <P><B>Basic system testing</B></P>
  
      <P>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.</P>
  
      <P>It is worth advised that you pass --enable-cassert to
***************
*** 210,216 ****
      directory of the source tree. If any tests failure,
      investigate.</P>
  
!     <P>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.</P>
  
--- 210,216 ----
      directory of the source tree. If any tests failure,
      investigate.</P>
  
!     <P>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.</P>
  
***************
*** 472,478 ****
  
        <LI>The initscript;</LI>
  
!       <LI>Any other ancilliary scripts and files;</LI>
  
        <LI>A README.rpm-dist document that tries to adequately document
        both the differences between the RPM build and the WHY of the
--- 472,478 ----
  
        <LI>The initscript;</LI>
  
!       <LI>Any other ancillary scripts and files;</LI>
  
        <LI>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
  </PRE>
  
!     <P>To get a past branch, you cd to whereever you want it and
      say</P>
  <PRE>
      cvs ... checkout -r BRANCHNAME pgsql
--- 601,607 ----
      cvs ... checkout pgsql
  </PRE>
  
!     <P>To get a past branch, you cd to wherever you want it and
      say</P>
  <PRE>
      cvs ... checkout -r BRANCHNAME pgsql
***************
*** 690,696 ****
      the source code is available at <A href=
      "http://gborg.postgresql.org/project/pgweb/projdisplay.php">http://gborg.postgresql.org/project/pgweb/projdisplay.php</A>
      , 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 <A
      href=
--- 690,696 ----
      the source code is available at <A href=
      "http://gborg.postgresql.org/project/pgweb/projdisplay.php">http://gborg.postgresql.org/project/pgweb/projdisplay.php</A>
      , 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 <A
      href=
***************
*** 810,816 ****
        <DL>
          <DT>lfirst(i), lfirst_int(i), lfirst_oid(i)</DT>
  
!         <DD>return the data (a point, inteter and OID respectively) at
          list element <I>i.</I></DD>
  
          <DT>lnext(i)</DT>
--- 810,816 ----
        <DL>
          <DT>lfirst(i), lfirst_int(i), lfirst_oid(i)</DT>
  
!         <DD>return the data (a point, integer and OID respectively) at
          list element <I>i.</I></DD>
  
          <DT>lnext(i)</DT>
