pgsql: Replace PLpgSQL_dstring by StringInfo. - Mailing list pgsql-committers

From joe@postgresql.org (Joe Conway)
Subject pgsql: Replace PLpgSQL_dstring by StringInfo.
Date
Msg-id 20090722023138.E0C6675331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Replace PLpgSQL_dstring by StringInfo.

Replace redundant PLpgSQL_dstring functionality with StringInfo.
Patch by Pavel Stehule. Review by Joe Conway.

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        gram.y (r1.126 -> r1.127)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y?r1=1.126&r2=1.127)
        pl_exec.c (r1.245 -> r1.246)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c?r1=1.245&r2=1.246)
        pl_funcs.c (r1.79 -> r1.80)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_funcs.c?r1=1.79&r2=1.80)
        plpgsql.h (r1.113 -> r1.114)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/plpgsql.h?r1=1.113&r2=1.114)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak TOAST code so that columns marked with MAIN storage
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Fix mismatch in const:ness of parameters.