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
0f565c07
Commit
0f565c07
authored
Oct 20, 2014
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos.
Etsuro Fujita
parent
49d182e6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
src/backend/utils/adt/pgstatfuncs.c
src/backend/utils/adt/pgstatfuncs.c
+1
-1
src/backend/utils/adt/tsgistidx.c
src/backend/utils/adt/tsgistidx.c
+2
-2
src/backend/utils/adt/tsquery.c
src/backend/utils/adt/tsquery.c
+2
-2
src/backend/utils/time/snapmgr.c
src/backend/utils/time/snapmgr.c
+1
-1
No files found.
src/backend/utils/adt/pgstatfuncs.c
View file @
0f565c07
...
...
@@ -1712,7 +1712,7 @@ pg_stat_reset_shared(PG_FUNCTION_ARGS)
PG_RETURN_VOID
();
}
/* Reset a
a
single counter in the current database */
/* Reset a single counter in the current database */
Datum
pg_stat_reset_single_table_counters
(
PG_FUNCTION_ARGS
)
{
...
...
src/backend/utils/adt/tsgistidx.c
View file @
0f565c07
...
...
@@ -306,7 +306,7 @@ checkcondition_arr(void *checkval, QueryOperand *val)
/* Loop invariant: StopLow <= val < StopHigh */
/*
* we are not able to find a
a
prefix by hash value
* we are not able to find a prefix by hash value
*/
if
(
val
->
prefix
)
return
true
;
...
...
@@ -329,7 +329,7 @@ static bool
checkcondition_bit
(
void
*
checkval
,
QueryOperand
*
val
)
{
/*
* we are not able to find a
a
prefix in signature tree
* we are not able to find a prefix in signature tree
*/
if
(
val
->
prefix
)
return
true
;
...
...
src/backend/utils/adt/tsquery.c
View file @
0f565c07
...
...
@@ -456,10 +456,10 @@ findoprnd(QueryItem *ptr, int size)
/*
* Each value (operand) in the query is
be
passed to pushval. pushval can
* Each value (operand) in the query is passed to pushval. pushval can
* transform the simple value to an arbitrarily complex expression using
* pushValue and pushOperator. It must push a single value with pushValue,
* a complete expression with all operands, or a
a
stopword placeholder
* a complete expression with all operands, or a stopword placeholder
* with pushStop, otherwise the prefix notation representation will be broken,
* having an operator with no operand.
*
...
...
src/backend/utils/time/snapmgr.c
View file @
0f565c07
...
...
@@ -283,7 +283,7 @@ GetNonHistoricCatalogSnapshot(Oid relid)
{
/*
* If the caller is trying to scan a relation that has no syscache, no
* catcache invalidations will be sent when it is updated. For a
a
few
* catcache invalidations will be sent when it is updated. For a few
* key relations, snapshot invalidations are sent instead. If we're
* trying to scan a relation for which neither catcache nor snapshot
* invalidations are sent, we must refresh the snapshot every time.
...
...
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