pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.
Дата
Msg-id E1YOvfI-0002nw-7d@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct varlena.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Use FLEXIBLE_ARRAY_MEMBER in some more places.