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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.
Date: 2019-04-15 23:33:05
Message-ID: E1hGB61-0003eE-D1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-04-16 00:08:48 Re: pgsql: Consistently test for in-use shared memory.
Previous Message Tomas Vondra 2019-04-15 22:03:21 pgsql: Convert pre-existing stats_ext tests to new style