diff options
author | Robert Haas | 2015-01-19 13:34:29 +0000 |
---|---|---|
committer | Robert Haas | 2015-01-19 13:34:29 +0000 |
commit | 9d54b93239040dab49111b6d7e9d6bfe9c71f419 (patch) | |
tree | d0f7e2aa1ce2d45064b966808de721ab96862abd | |
parent | cb4a3b0410d3ba19e4524fceee99fb9b10a5e08a (diff) |
BRIN typo fix.
Amit Langote
-rw-r--r-- | src/backend/access/brin/brin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/brin/brin.c b/src/backend/access/brin/brin.c index c93422ad613..2b5fb8dce9b 100644 --- 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 |