File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11
22 Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33
4- Last updated: Sat Apr 23 14:57:40 EDT 2005
4+ Last updated: Sat Apr 23 16:52:14 EDT 2005
55
66 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77
@@ -173,6 +173,11 @@ General Questions
173173 There have been a number of discussions about other testing frameworks
174174 and some developers are exploring these ideas.
175175
176+ Keep in mind the Makefiles do not have the proper dependencies for
177+ include files. You have to do a make clean and then another make. If
178+ you are using GCC you can use the --enable-depend option of configure
179+ to have the compiler compute the dependencies automatically.
180+
176181 1.9) What tools are available for developers?
177182
178183 First, all the files in the src/tools directory are designed for
Original file line number Diff line number Diff line change 1313 < H1 > Developer's Frequently Asked Questions (FAQ) for
1414 PostgreSQL</ H1 >
1515
16- < P > Last updated: Sat Apr 23 14:57:40 EDT 2005</ P >
16+ < P > Last updated: Sat Apr 23 16:52:14 EDT 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 >
@@ -232,6 +232,12 @@ <H3><A name="1.8">1.8</A>) How do I test my changes?</H3>
232232 < P > There have been a number of discussions about other testing
233233 frameworks and some developers are exploring these ideas.</ P >
234234
235+ < P > Keep in mind the < I > Makefiles</ I > do not have the proper
236+ dependencies for include files. You have to do a < I > make clean</ I >
237+ and then another < I > make</ I > . If you are using < SMALL > GCC</ SMALL >
238+ you can use the < I > --enable-depend</ I > option of < I > configure</ I >
239+ to have the compiler compute the dependencies automatically.</ P >
240+
235241 < H3 > < A name ="1.9 "> 1.9</ A > ) What tools are available for
236242 developers?</ H3 >
237243
You can’t perform that action at this time.
0 commit comments