mirror of
https://github.com/postgres/postgres.git
synced 2025-10-12 07:05:03 +03:00
BRIN typo fix.
Amit Langote
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user