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
fd5eaad7
Commit
fd5eaad7
authored
Oct 08, 2015
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct pg_indent to pgindent in various comments.
David Christensen
parent
b6363772
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/include/storage/s_lock.h
src/include/storage/s_lock.h
+1
-1
src/include/utils/elog.h
src/include/utils/elog.h
+1
-1
src/tools/pgindent/exclude_file_patterns
src/tools/pgindent/exclude_file_patterns
+1
-1
No files found.
src/include/storage/s_lock.h
View file @
fd5eaad7
...
...
@@ -716,7 +716,7 @@ typedef unsigned char slock_t;
asm
int
tas
(
volatile
slock_t
*
s_lock
)
{
/* UNIVEL wants %mem in column 1, so we don't pg
_
indent this file */
/* UNIVEL wants %mem in column 1, so we don't pgindent this file */
%
mem
s_lock
pushl
%
ebx
movl
s_lock
,
%
ebx
...
...
src/include/utils/elog.h
View file @
fd5eaad7
...
...
@@ -266,7 +266,7 @@ extern PGDLLIMPORT ErrorContextCallback *error_context_stack;
* PG_END_TRY();
*
* (The braces are not actually necessary, but are recommended so that
* pg
_
indent will indent the construct nicely.) The error recovery code
* pgindent will indent the construct nicely.) The error recovery code
* can optionally do PG_RE_THROW() to propagate the same error outwards.
*
* Note: while the system will correctly propagate any new ereport(ERROR)
...
...
src/tools/pgindent/exclude_file_patterns
View file @
fd5eaad7
#list of file patterns to exclude from pg
_
indent runs
#list of file patterns to exclude from pgindent runs
/s_lock\.h$
/atomics/
/ecpg/test/expected/
...
...
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