Skip to content

Commit 4dc6319

Browse files
committed
Update FAQ_DEV URL to output for text format.
1 parent 95e9f4e commit 4dc6319

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/FAQ_DEV

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Thu May 31 20:28:04 EDT 2007
4+
Last updated: Fri Jun 1 00:05:22 EDT 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -149,7 +149,9 @@ General Questions
149149
patches. If you need help checking the SQL standard, see 1.17.
150150
8. Provide an implementation overview, preferably in code comments.
151151
Following the surrounding code commenting style is usually a good
152-
approach (also see this article).
152+
approach (also see this
153+
http://www.ibm.com/developerworks/linux/library/l-clear-code/?ca=d
154+
gr-FClnxw01linuxcodetips).
153155
9. If it is a performance patch, please provide confirming test
154156
results to show the benefit of your patch. It is OK to post
155157
patches without this information, though the patch will not be

doc/src/FAQ/FAQ_DEV.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<H1>Developer's Frequently Asked Questions (FAQ) for
1414
PostgreSQL</H1>
1515

16-
<P>Last updated: Thu May 31 20:28:04 EDT 2007</P>
16+
<P>Last updated: Fri Jun 1 00:05:22 EDT 2007</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<A href=
1919
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@@ -209,7 +209,7 @@ <H3 id="item1.5">1.5) I have developed a patch, what next?</H3>
209209
<li>Provide an implementation overview, preferably in code comments.
210210
Following the surrounding code commenting style is usually a good
211211
approach (also see this <a
212-
href="http://www.ibm.com/developerworks/linux/library/l-clear-code/?ca=dgr-FClnxw01linuxcodetips">article</a>).</li>
212+
href="http://www.ibm.com/developerworks/linux/library/l-clear-code/?ca=dgr-FClnxw01linuxcodetips">http://www.ibm.com/developerworks/linux/library/l-clear-code/?ca=dgr-FClnxw01linuxcodetips</a>).</li>
213213

214214
<li>If it is a performance patch, please provide confirming test
215215
results to show the benefit of your patch. It is OK to post patches

0 commit comments

Comments
 (0)