Changed sorting tuples indexing phase to assigning tuples [skip ci]

This commit is contained in:
Andrew Kane
2023-07-16 18:46:45 -07:00
parent b77451f19e
commit ad8df27fbb
3 changed files with 4 additions and 4 deletions

View File

@@ -995,7 +995,7 @@ AssignTuples(IvfflatBuildState * buildstate)
Oid sortCollations[] = {InvalidOid};
bool nullsFirstFlags[] = {false};
UpdateProgress(PROGRESS_CREATEIDX_SUBPHASE, PROGRESS_IVFFLAT_PHASE_SORT);
UpdateProgress(PROGRESS_CREATEIDX_SUBPHASE, PROGRESS_IVFFLAT_PHASE_ASSIGN);
/* Calculate parallel workers */
if (buildstate->heap != NULL)