diff options
Diffstat (limited to 'src/backend/bootstrap/bootstrap.c')
| -rw-r--r-- | src/backend/bootstrap/bootstrap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 080d80e296b..d6dce8f4f20 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -1127,7 +1127,7 @@ build_indices(void)  		heap = heap_open(ILHead->il_heap, NoLock);  		ind = index_open(ILHead->il_ind, NoLock); -		index_build(heap, ind, ILHead->il_info, false); +		index_build(heap, ind, ILHead->il_info, false, false);  		index_close(ind, NoLock);  		heap_close(heap, NoLock); | 
