pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.
Date
Msg-id E1YOvfI-0002nw-7d@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct varlena.
Next
From: Tom Lane
Date:
Subject: pgsql: Use FLEXIBLE_ARRAY_MEMBER in some more places.