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
519d848e
Commit
519d848e
authored
19 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update profile file location.
parent
32f2cd3f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ_DEV
+3
-3
3 additions, 3 deletions
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html
+4
-4
4 additions, 4 deletions
doc/src/FAQ/FAQ_DEV.html
with
7 additions
and
7 deletions
doc/FAQ_DEV
+
3
−
3
View file @
519d848e
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Tue Aug 9 00:56:51
EDT 2005
Last updated:
Mon Sep 19 21:28:08
EDT 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -806,6 +806,6 @@ typedef struct nameData
...
@@ -806,6 +806,6 @@ typedef struct nameData
You can also compile with profiling to see what functions are taking
You can also compile with profiling to see what functions are taking
execution time. The backend profile files will be deposited in the
execution time. The backend profile files will be deposited in the
pgsql/data
/base/dbname
directory. The client profile file will be put
pgsql/data directory. The client profile file will be put
in the
in the
client's current directory. Linux requires a compile with
client's current directory. Linux requires a compile with
-DLINUX_PROFILE for proper profiling.
-DLINUX_PROFILE for proper profiling.
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ_DEV.html
+
4
−
4
View file @
519d848e
...
@@ -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:
Tue Aug 9 00:56:51
EDT 2005
</P>
<P>
Last updated:
Mon Sep 19 21:28:08
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>
...
@@ -992,9 +992,9 @@
...
@@ -992,9 +992,9 @@
<P>
You can also compile with profiling to see what functions are
<P>
You can also compile with profiling to see what functions are
taking execution time. The backend profile files will be deposited
taking execution time. The backend profile files will be deposited
in the
<I>
pgsql/data
/base/dbname
</I>
directory. The client profile
in the
<I>
pgsql/data
</I>
directory. The client profile
file will be
file will be
put in the client's current directory. Linux requires
put in the client's current directory. Linux requires
a compile with
a compile with
<I>
-DLINUX_PROFILE
</I>
for proper profiling.
</P>
<I>
-DLINUX_PROFILE
</I>
for proper profiling.
</P>
</BODY>
</BODY>
</HTML>
</HTML>
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