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
e185618f
Commit
e185618f
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos.
Robert Treat
parent
7e3a8d9a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/FAQ_DEV
+6
-6
6 additions, 6 deletions
doc/FAQ_DEV
with
6 additions
and
6 deletions
doc/FAQ_DEV
+
6
−
6
View file @
e185618f
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Fri Mar 11 06:4
2:00
EST 2005
Last updated: Fri Mar 11 06:4
3:43
EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -139,7 +139,7 @@
...
@@ -139,7 +139,7 @@
Basic system testing
Basic system testing
The easiest way to test your code is to ensure that it builds against
The easiest way to test your code is to ensure that it builds against
the latest verion of the code and that it does not generate compiler
the latest ver
s
ion of the code and that it does not generate compiler
warnings.
warnings.
It is worth advised that you pass --enable-cassert to configure. This
It is worth advised that you pass --enable-cassert to configure. This
...
@@ -155,7 +155,7 @@
...
@@ -155,7 +155,7 @@
test suite. To do this, issue "make check" in the root directory of
test suite. To do this, issue "make check" in the root directory of
the source tree. If any tests failure, investigate.
the source tree. If any tests failure, investigate.
If you've deliberately changed existing behavio
u
r, this change may
If you've deliberately changed existing behavior, this change may
cause a regression test failure but not any actual regression. If so,
cause a regression test failure but not any actual regression. If so,
you should also patch the regression test suite.
you should also patch the regression test suite.
...
@@ -382,7 +382,7 @@
...
@@ -382,7 +382,7 @@
1. A set of patches to make certain portions of the source tree
1. A set of patches to make certain portions of the source tree
'behave' in the different environment of the RPMset;
'behave' in the different environment of the RPMset;
2. The initscript;
2. The initscript;
3. Any other ancill
i
ary scripts and files;
3. Any other ancillary scripts and files;
4. A README.rpm-dist document that tries to adequately document both
4. A README.rpm-dist document that tries to adequately document both
the differences between the RPM build and the WHY of the
the differences between the RPM build and the WHY of the
differences, as well as useful RPM environment operations (like,
differences, as well as useful RPM environment operations (like,
...
@@ -500,7 +500,7 @@
...
@@ -500,7 +500,7 @@
want to contain the toplevel "pgsql" directory and say
want to contain the toplevel "pgsql" directory and say
cvs ... checkout pgsql
cvs ... checkout pgsql
To get a past branch, you cd to where
e
ver you want it and say
To get a past branch, you cd to wherever you want it and say
cvs ... checkout -r BRANCHNAME pgsql
cvs ... checkout -r BRANCHNAME pgsql
For example, just a couple days ago I did
For example, just a couple days ago I did
...
@@ -560,7 +560,7 @@
...
@@ -560,7 +560,7 @@
source code is available at
source code is available at
http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code
http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code
for the next version of the website is under the "portal" module. You
for the next version of the website is under the "portal" module. You
will al
so find code for the "techdocs" website if you would like to
will also find code for the "techdocs" website if you would like to
contribute to that. A temporary todo list for current website
contribute to that. A temporary todo list for current website
development issues is available at http://xzilla.postgresql.org/todo
development issues is available at http://xzilla.postgresql.org/todo
...
...
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