pgsql: Reindent json.c and jsonfuncs.c. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Reindent json.c and jsonfuncs.c.
Date
Msg-id E1W5yA0-00056B-KB@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Allow type_func_name_keywords in even more places
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Compress GIN posting lists, for smaller index size.