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
55cfdd44
Commit
55cfdd44
authored
17 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Mention installing /contrib libraries for pgindent.
parent
1cc8fb82
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
src/tools/pgindent/README
+6
-4
6 additions, 4 deletions
src/tools/pgindent/README
with
6 additions
and
4 deletions
src/tools/pgindent/README
+
6
−
4
View file @
55cfdd44
...
@@ -5,16 +5,18 @@ To use pgindent:
...
@@ -5,16 +5,18 @@ To use pgindent:
1) Build the source tree with _debug_ symbols and install
1) Build the source tree with _debug_ symbols and install
2) Get the list of _current_ typedefs by running:
2) Install all /contrib libraries
3) Get the list of _current_ typedefs by running:
src/tools/find_typedef /usr/local/pgsql/bin /usr/local/pgsql/lib
src/tools/find_typedef /usr/local/pgsql/bin /usr/local/pgsql/lib
3
) Add the typedef output to the pgindent script.
4
) Add the typedef output to the pgindent script.
4
) Run 'gmake distclean' from the top of the source tree to remove any
5
) Run 'gmake distclean' from the top of the source tree to remove any
derived C files.
derived C files.
5
) From the top of the source tree, run:
6
) From the top of the source tree, run:
find . -name '*.[ch]' -type f -print |
find . -name '*.[ch]' -type f -print |
egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' |
egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' |
...
...
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