13
13
< H1 > Developer's Frequently Asked Questions (FAQ) for
14
14
PostgreSQL</ H1 >
15
15
16
- < P > Last updated: Fri Mar 11 06:42:00 EST 2005</ P >
16
+ < P > Last updated: Fri Mar 11 06:58:51 EST 2005</ P >
17
17
18
18
< P > Current maintainer: Bruce Momjian (< A href =
19
19
"mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -199,7 +199,7 @@ <H3><A name="1.8">1.8</A>) How do I test my changes?</H3>
199
199
< P > < B > Basic system testing</ B > </ P >
200
200
201
201
< P > The easiest way to test your code is to ensure that it builds
202
- against the latest verion of the code and that it does not generate
202
+ against the latest version of the code and that it does not generate
203
203
compiler warnings.</ P >
204
204
205
205
< P > It is worth advised that you pass --enable-cassert to
@@ -217,7 +217,7 @@ <H3><A name="1.8">1.8</A>) How do I test my changes?</H3>
217
217
directory of the source tree. If any tests failure,
218
218
investigate.</ P >
219
219
220
- < P > If you've deliberately changed existing behaviour , this change
220
+ < P > If you've deliberately changed existing behavior , this change
221
221
may cause a regression test failure but not any actual regression.
222
222
If so, you should also patch the regression test suite.</ P >
223
223
@@ -479,7 +479,7 @@ <H3><A name="1.14">1.14</A>) How are RPMs packaged?</H3>
479
479
480
480
< LI > The initscript;</ LI >
481
481
482
- < LI > Any other ancilliary scripts and files;</ LI >
482
+ < LI > Any other ancillary scripts and files;</ LI >
483
483
484
484
< LI > A README.rpm-dist document that tries to adequately document
485
485
both the differences between the RPM build and the WHY of the
@@ -608,7 +608,7 @@ <H3><A name="1.15">1.15</A>) How are CVS branches managed?</H3>
608
608
cvs ... checkout pgsql
609
609
</ PRE >
610
610
611
- < P > To get a past branch, you cd to whereever you want it and
611
+ < P > To get a past branch, you cd to wherever you want it and
612
612
say</ P >
613
613
< PRE >
614
614
cvs ... checkout -r BRANCHNAME pgsql
@@ -697,7 +697,7 @@ <H3><A name="1.18">1.18</A>) How go I get involved in PostgreSQL
697
697
the source code is available at < A href =
698
698
"http://gborg.postgresql.org/project/pgweb/projdisplay.php "> http://gborg.postgresql.org/project/pgweb/projdisplay.php</ A >
699
699
, the code for the next version of the website is under the
700
- "portal" module. You will al so find code for the "techdocs"
700
+ "portal" module. You will also find code for the "techdocs"
701
701
website if you would like to contribute to that. A temporary todo
702
702
list for current website development issues is available at < A
703
703
href =
0 commit comments