Skip to content
Snippets Groups Projects
Commit 9d54b932 authored by Robert Haas's avatar Robert Haas
Browse files

BRIN typo fix.

Amit Langote
parent cb4a3b04
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment