File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Sat May 5 10:33:44 EDT 2007
4
+ Last updated: Thu May 31 20:28:04 EDT 2007
5
5
6
6
Current maintainer: Bruce Momjian (bruce@momjian.us)
7
7
@@ -149,7 +149,7 @@ General Questions
149
149
patches. If you need help checking the SQL standard, see 1.17.
150
150
8. Provide an implementation overview, preferably in code comments.
151
151
Following the surrounding code commenting style is usually a good
152
- approach.
152
+ approach (also see this article) .
153
153
9. If it is a performance patch, please provide confirming test
154
154
results to show the benefit of your patch. It is OK to post
155
155
patches without this information, though the patch will not be
Original file line number Diff line number Diff line change 13
13
< H1 > Developer's Frequently Asked Questions (FAQ) for
14
14
PostgreSQL</ H1 >
15
15
16
- < P > Last updated: Sat May 5 10:33:44 EDT 2007</ P >
16
+ < P > Last updated: Thu May 31 20:28:04 EDT 2007</ P >
17
17
18
18
< P > Current maintainer: Bruce Momjian (< A href =
19
19
"mailto:bruce@momjian.us "> bruce@momjian.us</ A > )< BR >
@@ -208,7 +208,8 @@ <H3 id="item1.5">1.5) I have developed a patch, what next?</H3>
208
208
209
209
< li > Provide an implementation overview, preferably in code comments.
210
210
Following the surrounding code commenting style is usually a good
211
- approach.</ li >
211
+ approach (also see this < a
212
+ href ="http://www.ibm.com/developerworks/linux/library/l-clear-code/?ca=dgr-FClnxw01linuxcodetips "> article</ a > ).</ li >
212
213
213
214
< li > If it is a performance patch, please provide confirming test
214
215
results to show the benefit of your patch. It is OK to post patches
You can’t perform that action at this time.
0 commit comments