Re: pgsql: Fix a couple of trivial issues in jsonb.c - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix a couple of trivial issues in jsonb.c
Date
Msg-id 28278.1425077056@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Fix a couple of trivial issues in jsonb.c  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-committers
Alvaro Herrera <alvherre@alvh.no-ip.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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Make CREATE OR REPLACE VIEW internally more consistent
Next
From: Tom Lane
Date:
Subject: pgsql: Redefine MemoryContextReset() as deleting, not resetting, child