]> granicus.if.org Git - postgresql/commit
Use FLEXIBLE_ARRAY_MEMBER in struct varlena.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Feb 2015 21:51:53 +0000 (16:51 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Feb 2015 21:51:53 +0000 (16:51 -0500)
commite38b1eb0986990d539e056a65c6b122b295ce932
tree8679ce3dd542a3464588cb3647c403993ab84c02
parent8902f79264d95ed84e4c9fb4749b3956b4c74349
Use FLEXIBLE_ARRAY_MEMBER in struct varlena.

This forces some minor coding adjustments in tuptoaster.c and inv_api.c,
but the new coding there is cleaner anyway.

Michael Paquier
src/backend/access/heap/tuptoaster.c
src/backend/storage/large_object/inv_api.c
src/include/c.h