Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c7fda55c
Commit
c7fda55c
authored
Aug 07, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pgindent readme.
parent
b830e933
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
src/tools/pgindent/README
src/tools/pgindent/README
+7
-5
No files found.
src/tools/pgindent/README
View file @
c7fda55c
This can format all PostgreSQL *.c and *.h files,
excluding libpq++,
*.y, and *.l
files.
This can format all PostgreSQL *.c and *.h files,
but excludes *.y, and *.l
files.
Get the list of typedef's included in pgindent by running this on the
pgsql/bin directory:
/src/tools/find_typedef
and update the list in pgindent. This requires debug symbols.
and update the list in pgindent. This requires the binaries have debug
symbols.
From the top directory, run:
...
...
@@ -38,6 +39,7 @@ following options:
find . \( -name '*.java' -o -name '*.java.in' \) -print |
xargs -n100 pgjindent
---------------------------------------------------------------------------
For cpp, we use astyle, http://astyle.sourceforge.net/, with the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment