Commit d16f270e authored by Bruce Momjian's avatar Bruce Momjian

Typo fix from Brendan Jurd.

parent 33b9c8bd
Developer's Frequently Asked Questions (FAQ) for PostgreSQL Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Wed Aug 22 20:10:01 EDT 2007 Last updated: Sun Sep 23 14:06:36 EDT 2007
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
...@@ -220,7 +220,7 @@ General Questions ...@@ -220,7 +220,7 @@ General Questions
The next step is to test your changes against the existing regression The next step is to test your changes against the existing regression
test suite. To do this, issue "make check" in the root directory of test suite. To do this, issue "make check" in the root directory of
the source tree. If any tests failure, investigate. the source tree. If any tests fail, investigate.
If you've deliberately changed existing behavior, this change might If you've deliberately changed existing behavior, this change might
cause a regression test failure but not any actual regression. If so, cause a regression test failure but not any actual regression. If so,
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<H1>Developer's Frequently Asked Questions (FAQ) for <H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1> PostgreSQL</H1>
<P>Last updated: Wed Aug 22 20:10:01 EDT 2007</P> <P>Last updated: Sun Sep 23 14:06:36 EDT 2007</P>
<P>Current maintainer: Bruce Momjian (<A href= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR> "mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
...@@ -291,8 +291,7 @@ ...@@ -291,8 +291,7 @@
<P>The next step is to test your changes against the existing <P>The next step is to test your changes against the existing
regression test suite. To do this, issue "make check" in the root regression test suite. To do this, issue "make check" in the root
directory of the source tree. If any tests failure, directory of the source tree. If any tests fail, investigate.</P>
investigate.</P>
<P>If you've deliberately changed existing behavior, this change <P>If you've deliberately changed existing behavior, this change
might cause a regression test failure but not any actual regression. might cause a regression test failure but not any actual regression.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment