pgsql: Some more FLEXIBLE_ARRAY_MEMBER fixes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Some more FLEXIBLE_ARRAY_MEMBER fixes.
Date: 2015-02-21 06:46:51
Message-ID: E1YP3pz-0002WE-4e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-02-21 07:15:35 Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Previous Message Alvaro Herrera 2015-02-21 01:16:16 Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.