pgsql: Fix memory allocation for output of hstore type. - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fix memory allocation for output of hstore type.
Date
Msg-id 20090402180612.2A456754ADE@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix memory allocation for output of hstore type.
Per "maosen.zhang" <maosen.zhang@alibaba-inc.com> report.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/contrib/hstore:
        hstore_io.c (r1.5.2.1 -> r1.5.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore_io.c?r1=1.5.2.1&r2=1.5.2.2)

pgsql-committers by date:

Previous
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix memory allocation for output of hstore type.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add support for additional DTrace probes.