We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb9841 commit dde7fb7Copy full SHA for dde7fb7
src/include/statistics/extended_stats_internal.h
@@ -43,8 +43,9 @@ typedef struct DimensionInfo
43
/* multi-sort */
44
typedef struct MultiSortSupportData
45
{
46
- int ndims; /* number of dimensions supported by the */
47
- SortSupportData ssup[1]; /* sort support data for each dimension */
+ int ndims; /* number of dimensions */
+ /* sort support data for each dimension: */
48
+ SortSupportData ssup[FLEXIBLE_ARRAY_MEMBER];
49
} MultiSortSupportData;
50
51
typedef MultiSortSupportData *MultiSortSupport;
0 commit comments