pgsql: Some more FLEXIBLE_ARRAY_MEMBER fixes. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Some more FLEXIBLE_ARRAY_MEMBER fixes.
Date
Msg-id E1YP3pz-0002WE-4e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Some more FLEXIBLE_ARRAY_MEMBER fixes.

Branch
------
master

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

Modified Files
--------------
src/backend/optimizer/plan/setrefs.c |    5 ++---
src/include/access/brin_page.h       |    7 ++++++-
src/include/replication/slot.h       |    4 ++++
src/interfaces/libpq/fe-exec.c       |    3 ++-
src/interfaces/libpq/libpq-int.h     |    4 ++--
src/pl/plpgsql/src/pl_funcs.c        |    2 +-
src/pl/plpgsql/src/plpgsql.h         |    2 +-
7 files changed, 18 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.