pgsql: Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.
Date
Msg-id E1hGB61-0003eE-D1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Fix pg_mcv_list deserialization
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Consistently test for in-use shared memory.