pgsql: De-anonymize the union in JsonbValue.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: De-anonymize the union in JsonbValue.
Date: 2014-04-02 18:30:16
Message-ID: E1WVPvU-0001a8-IL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

De-anonymize the union in JsonbValue.

Needed for strict C89 compliance.

Branch
------
master

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

Modified Files
--------------
contrib/hstore/hstore_io.c | 32 ++---
src/backend/utils/adt/jsonb.c | 34 ++---
src/backend/utils/adt/jsonb_gin.c | 6 +-
src/backend/utils/adt/jsonb_op.c | 16 +--
src/backend/utils/adt/jsonb_util.c | 266 ++++++++++++++++++------------------
src/backend/utils/adt/jsonfuncs.c | 46 +++----
src/include/utils/jsonb.h | 4 +-
7 files changed, 202 insertions(+), 202 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-02 21:11:57 pgsql: Fix assorted issues in client host name lookup.
Previous Message Tom Lane 2014-04-02 01:30:58 pgsql: Fix bugs in manipulation of PgBackendStatus.st_clienthostname.