Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 24c4532

Browse files
author
Artur Zakirov
committed
Fix
1 parent 4bf28f1 commit 24c4532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruminsert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ rumbuild(Relation heap, Relation index, struct IndexInfo *indexInfo)
649649
rumUpdateStats(index, &buildstate.buildStats, buildstate.rumstate.isBuild);
650650

651651
/*
652-
* Write index to xlog.
652+
* Write index to xlog
653653
*/
654654
for (blkno = 0; blkno < buildstate.buildStats.nTotalPages; blkno++)
655655
{

0 commit comments

Comments
 (0)