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
bd082231
Commit
bd082231
authored
Aug 29, 2016
by
Fujii Masao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in comments.
parent
bab7823a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/backend/access/brin/brin_inclusion.c
src/backend/access/brin/brin_inclusion.c
+1
-1
src/timezone/localtime.c
src/timezone/localtime.c
+1
-1
No files found.
src/backend/access/brin/brin_inclusion.c
View file @
bd082231
...
@@ -431,7 +431,7 @@ brin_inclusion_consistent(PG_FUNCTION_ARGS)
...
@@ -431,7 +431,7 @@ brin_inclusion_consistent(PG_FUNCTION_ARGS)
* It is straightforward to support the equality strategies with
* It is straightforward to support the equality strategies with
* the contains operator. Generally, inequality strategies do not
* the contains operator. Generally, inequality strategies do not
* make much sense for the types which will be used with the
* make much sense for the types which will be used with the
* inclusion BRIN family of opclasses, but is
is
possible to
* inclusion BRIN family of opclasses, but is possible to
* implement them with logical negation of the left-of and
* implement them with logical negation of the left-of and
* right-of operators.
* right-of operators.
*
*
...
...
src/timezone/localtime.c
View file @
bd082231
...
@@ -489,7 +489,7 @@ tzloadbody(char const * name, char *canonname, struct state * sp, bool doextend,
...
@@ -489,7 +489,7 @@ tzloadbody(char const * name, char *canonname, struct state * sp, bool doextend,
}
}
/*
/*
* If type 0 is
is
unused in transitions, it's the type to use for early
* If type 0 is unused in transitions, it's the type to use for early
* times.
* times.
*/
*/
for
(
i
=
0
;
i
<
sp
->
timecnt
;
++
i
)
for
(
i
=
0
;
i
<
sp
->
timecnt
;
++
i
)
...
...
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