projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4a3b0
)
BRIN typo fix.
author
Robert Haas
<
[email protected]
>
Mon, 19 Jan 2015 13:34:29 +0000
(08:34 -0500)
committer
Robert Haas
<
[email protected]
>
Mon, 19 Jan 2015 13:34:29 +0000
(08:34 -0500)
Amit Langote
src/backend/access/brin/brin.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/brin/brin.c
b/src/backend/access/brin/brin.c
index c93422ad6132be0df55b3dc7ff2078ccf3389746..2b5fb8dce9b2eb1dbaaf0f2b58bf324de528a74f 100644
(file)
--- a/
src/backend/access/brin/brin.c
+++ b/
src/backend/access/brin/brin.c
@@
-1066,7
+1066,7
@@
summarize_range(IndexInfo *indexInfo, BrinBuildState *state, Relation heapRel,
* least ShareUpdateExclusiveLock mode.
*
* For each new index tuple inserted, *numSummarized (if not NULL) is
- * incremented; for each existing tuple, numExisting (if not NULL) is
+ * incremented; for each existing tuple,
*
numExisting (if not NULL) is
* incremented.
*/
static void