Skip to content

Commit af793f2

Browse files
committed
fix after merge
1 parent 78363d7 commit af793f2

File tree

1 file changed

+4
-0
lines changed
  • tsl/src/nodes/vector_agg

1 file changed

+4
-0
lines changed

tsl/src/nodes/vector_agg/plan.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,12 @@ get_vectorized_grouping_type(const VectorQualInfo *vqinfo, Agg *agg, List *resol
463463
switch (typlen)
464464
{
465465
case 1:
466+
#ifdef TS_USE_UMASH
466467
Assert(single_grouping_var_type == BOOLOID);
467468
return VAGT_HashSerialized;
469+
#else
470+
return VAGT_Invalid;
471+
#endif
468472
case 2:
469473
return VAGT_HashSingleFixed2;
470474
case 4:

0 commit comments

Comments
 (0)