pgsql: Avoid naming a variable "new", and remove bogus initializer.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid naming a variable "new", and remove bogus initializer.
Date: 2015-06-01 02:57:56
Message-ID: E1YzFvI-0001eY-2K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid naming a variable "new", and remove bogus initializer.

Per gripe from Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/50ab76d3c19c95589f4eb19683e25cb88a2506e2

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2015-06-01 09:21:04 Re: [COMMITTERS] pgsql: Row-Level Security Policies (RLS)
Previous Message Andrew Dunstan 2015-06-01 02:53:51 Re: pgsql: Rename jsonb_replace to jsonb_set and allow it to add new values