pgsql: Fix memory allocation for output of hstore type.

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix memory allocation for output of hstore type.
Date: 2009-04-02 17:57:05
Message-ID: 20090402175705.CF47D754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix memory allocation for output of hstore type.
Per "maosen.zhang" <maosen(dot)zhang(at)alibaba-inc(dot)com> report.

Modified Files:
--------------
pgsql/contrib/hstore:
hstore_io.c (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore_io.c?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2009-04-02 17:57:59 pgsql: Fix memory allocation for output of hstore type.
Previous Message Bruce Momjian 2009-04-02 17:38:26 pgsql: Do not show information_schema in \d* commands, unless 'S' or