Re: pgsql: Fix a couple of trivial issues in jsonb.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix a couple of trivial issues in jsonb.c
Date: 2015-02-27 22:44:16
Message-ID: 28278.1425077056@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> writes:
> Fix a couple of trivial issues in jsonb.c

This seems to have introduced its own trivial issue:

jsonb.c: In function 'JsonbToCString':
jsonb.c:427: warning: 'type' may be used uninitialized in this function

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-02-27 23:10:13 pgsql: Redefine MemoryContextReset() as deleting, not resetting, child
Previous Message Alvaro Herrera 2015-02-27 22:19:37 pgsql: Make CREATE OR REPLACE VIEW internally more consistent