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
98c356c8
Commit
98c356c8
authored
Feb 26, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wording improvements to README.
parent
55d1402f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
src/tools/pgindent/README
src/tools/pgindent/README
+3
-6
No files found.
src/tools/pgindent/README
View file @
98c356c8
$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.3
6 2010/02/26 15:42:36
momjian Exp $
$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.3
7 2010/02/26 15:57:34
momjian Exp $
pgindent
pgindent
========
========
...
@@ -12,8 +12,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
...
@@ -12,8 +12,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
wget -O src/tools/pgindent/typedefs.list http://www.pgbuildfarm.org/cgi-bin/typedefs.pl
wget -O src/tools/pgindent/typedefs.list http://www.pgbuildfarm.org/cgi-bin/typedefs.pl
3) Clean out all derived files (pgindent has trouble with one of the
3) Remove all derived files (pgindent has trouble with one of the flex macros):
flex macros):
gmake maintainer-clean
gmake maintainer-clean
...
@@ -32,7 +31,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
...
@@ -32,7 +31,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
We have standardized on NetBSD's indent. We have fixed a few bugs which
We have standardized on NetBSD's indent. We have fixed a few bugs which
requre the NetBSD source to be patched with indent.bsd.patch patch. A
requre the NetBSD source to be patched with indent.bsd.patch patch. A
fully patched
version is available at ftp://ftp.postgresql.org/pub/dev.
fully patched version is available at ftp://ftp.postgresql.org/pub/dev.
GNU indent, version 2.2.6, has several problems, and is not recommended.
GNU indent, version 2.2.6, has several problems, and is not recommended.
These bugs become pretty major when you are doing >500k lines of code.
These bugs become pretty major when you are doing >500k lines of code.
...
@@ -52,8 +51,6 @@ src/include/snowball/libstemmer/ and src/backend/snowball/libstemmer/
...
@@ -52,8 +51,6 @@ src/include/snowball/libstemmer/ and src/backend/snowball/libstemmer/
are excluded because those files are imported from an external project,
are excluded because those files are imported from an external project,
not maintained locally, and are machine-generated anyway.
not maintained locally, and are machine-generated anyway.
YY_INPUT
---------------------------------------------------------------------------
---------------------------------------------------------------------------
Obsolete typedef list creation instructions:
Obsolete typedef list creation instructions:
...
...
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