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
bb1f8f9e
Commit
bb1f8f9e
authored
Jun 17, 2017
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
parent
e42645ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/backend/access/transam/xlogfuncs.c
src/backend/access/transam/xlogfuncs.c
+1
-1
src/include/lib/simplehash.h
src/include/lib/simplehash.h
+1
-1
src/include/nodes/execnodes.h
src/include/nodes/execnodes.h
+1
-1
No files found.
src/backend/access/transam/xlogfuncs.c
View file @
bb1f8f9e
...
@@ -175,7 +175,7 @@ pg_stop_backup(PG_FUNCTION_ARGS)
...
@@ -175,7 +175,7 @@ pg_stop_backup(PG_FUNCTION_ARGS)
* The first parameter (variable 'exclusive') allows the user to tell us if
* The first parameter (variable 'exclusive') allows the user to tell us if
* this is an exclusive or a non-exclusive backup.
* this is an exclusive or a non-exclusive backup.
*
*
* The second paramter (variable 'waitforarchive'), which is optional,
* The second param
e
ter (variable 'waitforarchive'), which is optional,
* allows the user to choose if they want to wait for the WAL to be archived
* allows the user to choose if they want to wait for the WAL to be archived
* or if we should just return as soon as the WAL record is written.
* or if we should just return as soon as the WAL record is written.
*
*
...
...
src/include/lib/simplehash.h
View file @
bb1f8f9e
...
@@ -902,7 +902,7 @@ SH_STAT(SH_TYPE * tb)
...
@@ -902,7 +902,7 @@ SH_STAT(SH_TYPE * tb)
#endif
/* SH_DEFINE */
#endif
/* SH_DEFINE */
/* undefine external paramters, so next hash table can be defined */
/* undefine external param
e
ters, so next hash table can be defined */
#undef SH_PREFIX
#undef SH_PREFIX
#undef SH_KEY_TYPE
#undef SH_KEY_TYPE
#undef SH_KEY
#undef SH_KEY
...
...
src/include/nodes/execnodes.h
View file @
bb1f8f9e
...
@@ -569,7 +569,7 @@ typedef struct TupleHashEntryData
...
@@ -569,7 +569,7 @@ typedef struct TupleHashEntryData
uint32
hash
;
/* hash value (cached) */
uint32
hash
;
/* hash value (cached) */
}
TupleHashEntryData
;
}
TupleHashEntryData
;
/* define paramters necessary to generate the tuple hash table interface */
/* define param
e
ters necessary to generate the tuple hash table interface */
#define SH_PREFIX tuplehash
#define SH_PREFIX tuplehash
#define SH_ELEMENT_TYPE TupleHashEntryData
#define SH_ELEMENT_TYPE TupleHashEntryData
#define SH_KEY_TYPE MinimalTuple
#define SH_KEY_TYPE MinimalTuple
...
...
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