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
f291ccd4
Commit
f291ccd4
authored
May 02, 2012
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate words in comments.
Found these with grep -r "for for ".
parent
50c2d6a1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
src/backend/access/spgist/spgdoinsert.c
src/backend/access/spgist/spgdoinsert.c
+1
-1
src/backend/storage/ipc/standby.c
src/backend/storage/ipc/standby.c
+1
-1
src/backend/tcop/postgres.c
src/backend/tcop/postgres.c
+1
-1
src/backend/utils/adt/numeric.c
src/backend/utils/adt/numeric.c
+1
-1
src/include/tsearch/dicts/regis.h
src/include/tsearch/dicts/regis.h
+1
-1
No files found.
src/backend/access/spgist/spgdoinsert.c
View file @
f291ccd4
...
...
@@ -818,7 +818,7 @@ doPickSplit(Relation index, SpGistState *state,
/*
* We may not actually insert new tuple because another picksplit may be
* necessary due to too large value, but we will try to
to
allocate enough
* necessary due to too large value, but we will try to allocate enough
* space to include it; and in any case it has to be included in the input
* for the picksplit function. So don't increment nToInsert yet.
*/
...
...
src/backend/storage/ipc/standby.c
View file @
f291ccd4
...
...
@@ -283,7 +283,7 @@ ResolveRecoveryConflictWithTablespace(Oid tsid)
VirtualTransactionId
*
temp_file_users
;
/*
* Standby users may be currently using this tablespace for
for
their
* Standby users may be currently using this tablespace for their
* temporary files. We only care about current users because
* temp_tablespace parameter will just ignore tablespaces that no longer
* exist.
...
...
src/backend/tcop/postgres.c
View file @
f291ccd4
...
...
@@ -3021,7 +3021,7 @@ check_stack_depth(void)
long
stack_depth
;
/*
* Compute distance from reference point to
to
my local variables
* Compute distance from reference point to my local variables
*/
stack_depth
=
(
long
)
(
stack_base_ptr
-
&
stack_top_loc
);
...
...
src/backend/utils/adt/numeric.c
View file @
f291ccd4
...
...
@@ -3503,7 +3503,7 @@ get_str_from_var(NumericVar *var, int dscale)
/*
* Allocate space for the result.
*
* i is set to t
o
# of decimal digits before decimal point. dscale is the
* i is set to t
he
# of decimal digits before decimal point. dscale is the
* # of decimal digits we will print after decimal point. We may generate
* as many as DEC_DIGITS-1 excess digits at the end, and in addition we
* need room for sign, decimal point, null terminator.
...
...
src/include/tsearch/dicts/regis.h
View file @
f291ccd4
...
...
@@ -2,7 +2,7 @@
*
* regis.h
*
* Declarations for f
or f
ast regex subset, used by ISpell
* Declarations for fast regex subset, used by ISpell
*
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
*
...
...
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