pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.
Date: 2015-02-20 22:03:16
Message-ID: E1YOvfI-0002nw-7d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.

I (tgl) fixed this last night in rowtypes.c, but I missed that the
code had been copied into a couple of other places.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c110eff1324f5c882c737ad988191ed4a54c4936

Modified Files
--------------
contrib/hstore/hstore_io.c | 18 +++++++++---------
src/backend/utils/adt/jsonfuncs.c | 18 +++++++++---------
2 files changed, 18 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-02-20 22:32:11 pgsql: Use FLEXIBLE_ARRAY_MEMBER in some more places.
Previous Message Tom Lane 2015-02-20 21:51:58 pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct varlena.