diff options
Diffstat (limited to 'src/backend/commands/indexcmds.c')
| -rw-r--r-- | src/backend/commands/indexcmds.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c index a129511128b..775aba34922 100644 --- a/src/backend/commands/indexcmds.c +++ b/src/backend/commands/indexcmds.c @@ -584,7 +584,7 @@ DefineIndex(RangeVar *heapRelation,  	indexInfo->ii_BrokenHotChain = false;  	/* Now build the index */ -	index_build(rel, indexRelation, indexInfo, primary); +	index_build(rel, indexRelation, indexInfo, primary, false);  	/* Close both the relations, but keep the locks */  	heap_close(rel, NoLock); | 
