diff options
Diffstat (limited to 'src/backend/catalog/heap.c')
| -rw-r--r-- | src/backend/catalog/heap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index d74700f716f..3cd6d08af4f 100644 --- a/src/backend/catalog/heap.c +++ b/src/backend/catalog/heap.c @@ -2451,7 +2451,7 @@ RelationTruncateIndexes(Relation heapRelation)  		/* Initialize the index and rebuild */  		/* Note: we do not need to re-establish pkey setting */ -		index_build(heapRelation, currentIndex, indexInfo, false); +		index_build(heapRelation, currentIndex, indexInfo, false, true);  		/* We're done with this index */  		index_close(currentIndex, NoLock); | 
