pgsql: Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.

Started by Tom Laneover 7 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.

This struct seems to have not gotten the word about preferred
coding style for variable-length arrays.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dde7fb7836c7428f79cb3cd88ca5febb802e767e

Modified Files
--------------
src/include/statistics/extended_stats_internal.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)