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
ff200d93
Commit
ff200d93
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add steps for typical patch.
parent
6cef5d25
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ_DEV
+11
-2
11 additions, 2 deletions
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html
+12
-2
12 additions, 2 deletions
doc/src/FAQ/FAQ_DEV.html
with
23 additions
and
4 deletions
doc/FAQ_DEV
+
11
−
2
View file @
ff200d93
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Mon Feb 25 15:29:28
E
S
T 2002
Last updated:
Tue Apr 16 22:10:03
E
D
T 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -96,7 +96,7 @@
1.2) How do I add a feature or fix a bug?
The source code is over
2
50,000 lines. Many
problem
s/features are
The source code is over
3
50,000 lines. Many
fixe
s/features are
isolated to one specific area of the code. Others require knowledge of
much of the source. If you are confused about where to start, ask the
hackers list, and they will be glad to assess the complexity and give
...
...
@@ -111,6 +111,15 @@
facilities in the source, for performance reasons and for simplicity.
Often a review of existing code doing similar things is helpful.
The usual process for source additions is:
* Review the TODO list.
* Discuss hackers the desirability of the fix/feature.
* How should it behave in complex circumstances?
* How should it be implemented?
* Submit the patch to the patches list.
* Answer email questions.
* Wait for the patch to be applied.
1.3) How do I download/update the current source tree?
There are several ways to obtain the source tree. Occasional
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ_DEV.html
+
12
−
2
View file @
ff200d93
...
...
@@ -12,7 +12,7 @@
<H1>
Developer's Frequently Asked Questions (FAQ) for
PostgreSQL
</H1>
<P>
Last updated:
Mon Feb 25 15:29:28
E
S
T 2002
</P>
<P>
Last updated:
Tue Apr 16 22:10:03
E
D
T 2002
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
@@ -134,7 +134,7 @@
<H3><A
name=
"1.2"
>
1.2
</A>
) How do I add a feature or fix a bug?
</H3>
<P>
The source code is over
2
50,000 lines. Many
problem
s/features
<P>
The source code is over
3
50,000 lines. Many
fixe
s/features
are isolated to one specific area of the code. Others require
knowledge of much of the source. If you are confused about where to
start, ask the hackers list, and they will be glad to assess the
...
...
@@ -151,6 +151,16 @@
simplicity. Often a review of existing code doing similar things is
helpful.
</P>
<P>
The usual process for source additions is:
<UL>
<LI>
Review the TODO list.
</LI>
<LI>
Discuss hackers the desirability of the fix/feature.
</LI>
<LI>
How should it behave in complex circumstances?
</LI>
<LI>
How should it be implemented?
</LI>
<LI>
Submit the patch to the patches list.
</LI>
<LI>
Answer email questions.
</LI>
<LI>
Wait for the patch to be applied.
</LI>
</UL></P>
<H3><A
name=
"1.3"
>
1.3
</A>
) How do I download/update the current source
tree?
</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