Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2b26458

Browse files
committed
Add URL for patches queues.
1 parent 4cd2fd6 commit 2b26458

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

doc/FAQ_DEV

Lines changed: 7 additions & 1 deletion
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: Wed Jan 5 17:36:58 EST 2005
4+
Last updated: Mon Mar 7 20:15:31 EST 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -97,6 +97,12 @@
9797
have misunderstood the TODO item; your approach may benefit from the
9898
review of others.
9999

100+
A web site is maintained for patches that are ready to be applied,
101+
href="http://momjian.postgresql.org/cgi-bin/pgpatches">
102+
http://momjian.postgresql.org/cgi-bin/pgpatches
103+
and those that are being kept for the next release,
104+
http://momjian.postgresql.org/cgi-bin/pgpatches2.
105+
100106
1.5) Where can I learn more about the code?
101107

102108
Other than documentation in the source tree itself, you can find some

doc/src/FAQ/FAQ_DEV.html

Lines changed: 8 additions & 1 deletion
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: Wed Jan 5 17:36:58 EST 2005</P>
16+
<P>Last updated: Mon Mar 7 20:15:31 EST 2005</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<A href=
1919
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -147,6 +147,13 @@ <H3><A name="1.4">1.4</A>) What do I do after choosing an item to
147147
item; you may have misunderstood the TODO item; your approach may
148148
benefit from the review of others.</P>
149149

150+
<P>A web site is maintained for patches that are ready to be applied,
151+
href="http://momjian.postgresql.org/cgi-bin/pgpatches">
152+
http://momjian.postgresql.org/cgi-bin/pgpatches</a> and
153+
those that are being kept for the next release,
154+
<a href="http://momjian.postgresql.org/cgi-bin/pgpatches2">
155+
http://momjian.postgresql.org/cgi-bin/pgpatches2</a>.
156+
150157
<H3><A name="1.5">1.5</A>) Where can I learn more about the
151158
code?</H3>
152159

0 commit comments

Comments
 (0)