]> granicus.if.org Git - postgresql/commitdiff
BRIN typo fix.
authorRobert Haas <rhaas@postgresql.org>
Mon, 19 Jan 2015 13:34:29 +0000 (08:34 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 19 Jan 2015 13:34:29 +0000 (08:34 -0500)
Amit Langote

src/backend/access/brin/brin.c

index c93422ad6132be0df55b3dc7ff2078ccf3389746..2b5fb8dce9b2eb1dbaaf0f2b58bf324de528a74f 100644 (file)
@@ -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