Обсуждение: pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.

Поиск
Список
Период
Сортировка

pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.

От
Tom Lane
Дата:
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(-)