From: | joe(at)postgresql(dot)org (Joe Conway) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Replace PLpgSQL_dstring by StringInfo. |
Date: | 2009-07-22 02:31:38 |
Message-ID: | 20090722023138.E0C6675331E@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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)
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2009-07-22 11:07:02 | pgsql: Fix mismatch in const:ness of parameters. |
Previous Message | Tom Lane | 2009-07-22 01:21:22 | pgsql: Tweak TOAST code so that columns marked with MAIN storage |