pgsql: Reindent json.c and jsonfuncs.c.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reindent json.c and jsonfuncs.c.
Date: 2014-01-22 13:48:04
Message-ID: E1W5yA0-00056B-KB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reindent json.c and jsonfuncs.c.

This will help in preparation of clean patches for upcoming
json work.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/243ee266339bd4a049ff92e101010242169b7287

Modified Files
--------------
src/backend/utils/adt/json.c | 67 +++++++++++++++++++------------------
src/backend/utils/adt/jsonfuncs.c | 20 +++++------
2 files changed, 45 insertions(+), 42 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-01-22 17:28:48 pgsql: Compress GIN posting lists, for smaller index size.
Previous Message Stephen Frost 2014-01-22 04:02:39 pgsql: Allow type_func_name_keywords in even more places