|
13 | 13 | <H1>Developer's Frequently Asked Questions (FAQ) for
|
14 | 14 | PostgreSQL</H1>
|
15 | 15 |
|
16 |
| -<P>Last updated:Thu Jan 4 16:00:00 EST 2007</P> |
| 16 | +<P>Last updated:Mon Feb 19 18:44:29 EST 2007</P> |
17 | 17 |
|
18 | 18 | <P>Current maintainer: Bruce Momjian (<Ahref=
|
19 | 19 | "mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
|
@@ -120,10 +120,13 @@ <H3 id="item1.2">1.2) What development environment is required
|
120 | 120 | <P>Some developers use compilers from other software vendors with
|
121 | 121 | mixed results.</P>
|
122 | 122 |
|
123 |
| -<P>Developers who are regularly rebuilding the source often pass |
124 |
| - the --enable-depend flag to<I>configure</I>. The result is that |
125 |
| - when you make a modification to a C header file, all files depend |
126 |
| - upon that file are also rebuilt.</P> |
| 123 | +<P>Developers who regularly rebuild the source often pass the |
| 124 | + --enable-depend flag to<I>configure</I>. The result is that when you |
| 125 | + make a modification to a C header file, all files depend upon that |
| 126 | + file are also rebuilt.</P> |
| 127 | + |
| 128 | +<P><I>src/Makefile.custom</I> can be used to set environment variables, |
| 129 | + like<I>CUSTOM_COPT</I>, that are used for every compile. |
127 | 130 |
|
128 | 131 | <H3id="item1.3">1.3) What areas need work?</H3>
|
129 | 132 | Outstanding features are detailed in the TODO list. This is located
|
|