Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e8ad6d96
Commit
e8ad6d96
authored
Apr 23, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move info about lack of depencency checking in Makefiles to developer's faq.q
parent
f7e514d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
doc/FAQ_DEV
doc/FAQ_DEV
+6
-1
doc/src/FAQ/FAQ_DEV.html
doc/src/FAQ/FAQ_DEV.html
+7
-1
No files found.
doc/FAQ_DEV
View file @
e8ad6d96
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Sat Apr 23 1
4:57:40
EDT 2005
Last updated: Sat Apr 23 1
6:52:14
EDT 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -173,6 +173,11 @@ General Questions
There have been a number of discussions about other testing frameworks
and some developers are exploring these ideas.
Keep in mind the Makefiles do not have the proper dependencies for
include files. You have to do a make clean and then another make. If
you are using GCC you can use the --enable-depend option of configure
to have the compiler compute the dependencies automatically.
1.9) What tools are available for developers?
First, all the files in the src/tools directory are designed for
...
...
doc/src/FAQ/FAQ_DEV.html
View file @
e8ad6d96
...
...
@@ -13,7 +13,7 @@
<H1>
Developer's Frequently Asked Questions (FAQ) for
PostgreSQL
</H1>
<P>
Last updated: Sat Apr 23 1
4:57:40
EDT 2005
</P>
<P>
Last updated: Sat Apr 23 1
6:52:14
EDT 2005
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
@@ -232,6 +232,12 @@
<P>
There have been a number of discussions about other testing
frameworks and some developers are exploring these ideas.
</P>
<P>
Keep in mind the
<I>
Makefiles
</I>
do not have the proper
dependencies for include files. You have to do a
<I>
make clean
</I>
and then another
<I>
make
</I>
. If you are using
<SMALL>
GCC
</SMALL>
you can use the
<I>
--enable-depend
</I>
option of
<I>
configure
</I>
to have the compiler compute the dependencies automatically.
</P>
<H3><A
name=
"1.9"
>
1.9
</A>
) What tools are available for
developers?
</H3>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment