|
13 | 13 | <H1>Developer's Frequently Asked Questions (FAQ) for
|
14 | 14 | PostgreSQL</H1>
|
15 | 15 |
|
16 |
| - <P>Last updated: Tue Feb 27 18:12:31 EST 2007</P> |
| 16 | + <P>Last updated: Wed Feb 28 12:27:44 EST 2007</P> |
17 | 17 |
|
18 | 18 | <P>Current maintainer: Bruce Momjian (<A href=
|
19 | 19 | "mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
|
@@ -190,26 +190,28 @@ <H3 id="item1.5">1.5) I've developed a patch, what next?</H3>
|
190 | 190 | preferable if the file changes are single-line changes and do not
|
191 | 191 | rely on surrounding lines.)</li>
|
192 | 192 |
|
193 |
| - <li>PostgreSQL is licensed under a BSD license, so any submissions must |
194 |
| - conform to the BSD license to be included. If you use code that is |
195 |
| - available under some other license that is BSD compatible (eg. public |
196 |
| - domain) please note that code in your email submission</li> |
| 193 | + <li>PostgreSQL is licensed under a BSD license. By posting a patch |
| 194 | + to the public PostgreSQL mailling lists, you are giving the PostgreSQL |
| 195 | + Global Development Group the non-revokable right to distribute your |
| 196 | + patch under the BSD license. If you use code that is available under |
| 197 | + some other license that is BSD compatible (eg. public domain), please |
| 198 | + note that in your email submission.</li> |
197 | 199 |
|
198 | 200 | <li>Confirm that your changes can pass the regression tests. If your
|
199 | 201 | changes are port specific, please list the ports you have tested it
|
200 | 202 | on.</li>
|
201 | 203 |
|
202 |
| - <li>Provide an implementation overview, preferably in code comments. |
203 |
| - Following the surrounding code commenting style is usually a good |
204 |
| - approach.</li> |
| 204 | + <li>If you are adding a new feature, confirm that it has been tested |
| 205 | + thoroughly. Try to test the feature in all conceivable |
| 206 | + scenarios.</li> |
205 | 207 |
|
206 | 208 | <li>New feature patches should also be accompanied by documentation
|
207 | 209 | patches. If you need help checking the SQL standard, see <a href=
|
208 | 210 | "#item1.16">1.16</a>.</li>
|
209 | 211 |
|
210 |
| - <li>If you are adding a new feature, confirm that it has been tested |
211 |
| - thoroughly. Try to test the feature in all conceivable |
212 |
| - scenarios.</li> |
| 212 | + <li>Provide an implementation overview, preferably in code comments. |
| 213 | + Following the surrounding code commenting style is usually a good |
| 214 | + approach.</li> |
213 | 215 |
|
214 | 216 | <li>If it is a performance patch, please provide confirming test
|
215 | 217 | results to show the benefit of your patch. It is OK to post patches
|
|
0 commit comments