pgsql: Fix uninitialized variables in json's populate_record_worker().

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix uninitialized variables in json's populate_record_worker().
Date: 2014-03-26 22:22:57
Message-ID: E1WSwDp-0002QR-DD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix uninitialized variables in json's populate_record_worker().

Peter Geoghegan.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7e4d1600a621ee4e786e715bc82eaad1113dba0e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-03-27 02:43:48 pgsql: Document that Python 2.3 requires cdecimal module for full funct
Previous Message Tom Lane 2014-03-26 20:42:14 pgsql: Fix refcounting bug in PLy_modify_tuple().