Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
e8ad6d96
Commit
e8ad6d96
authored
19 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Move info about lack of depencency checking in Makefiles to developer's faq.q
parent
f7e514d0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ_DEV
+6
-1
6 additions, 1 deletion
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html
+7
-1
7 additions, 1 deletion
doc/src/FAQ/FAQ_DEV.html
with
13 additions
and
2 deletions
doc/FAQ_DEV
+
6
−
1
View file @
e8ad6d96
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Sat Apr 23 1
4
:5
7:40
EDT 2005
Last updated: Sat Apr 23 1
6
:5
2:14
EDT 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -173,6 +173,11 @@ General Questions
...
@@ -173,6 +173,11 @@ General Questions
There have been a number of discussions about other testing frameworks
There have been a number of discussions about other testing frameworks
and some developers are exploring these ideas.
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?
1.9) What tools are available for developers?
First, all the files in the src/tools directory are designed for
First, all the files in the src/tools directory are designed for
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ_DEV.html
+
7
−
1
View file @
e8ad6d96
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<H1>
Developer's Frequently Asked Questions (FAQ) for
<H1>
Developer's Frequently Asked Questions (FAQ) for
PostgreSQL
</H1>
PostgreSQL
</H1>
<P>
Last updated: Sat Apr 23 1
4
:5
7:40
EDT 2005
</P>
<P>
Last updated: Sat Apr 23 1
6
:5
2:14
EDT 2005
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
@@ -232,6 +232,12 @@
...
@@ -232,6 +232,12 @@
<P>
There have been a number of discussions about other testing
<P>
There have been a number of discussions about other testing
frameworks and some developers are exploring these ideas.
</P>
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
<H3><A
name=
"1.9"
>
1.9
</A>
) What tools are available for
developers?
</H3>
developers?
</H3>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment