From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Remove the default_do_language parameter, instead making DO use a |
Date: | 2010-01-26 16:33:40 |
Message-ID: | 20100126163340.E7C417541B9@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Remove the default_do_language parameter, instead making DO use a hardwired
default of "plpgsql". This is more reasonable than it was when the DO patch
was written, because we have since decided that plpgsql should be installed
by default. Per discussion, having a parameter for this doesn't seem useful
enough to justify the risk of application breakage if the value is changed
unexpectedly.
Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.245 -> r1.246)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.245&r2=1.246)
pgsql/doc/src/sgml/ref:
do.sgml (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/do.sgml?r1=1.2&r2=1.3)
pgsql/src/backend/commands:
functioncmds.c (r1.114 -> r1.115)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/functioncmds.c?r1=1.114&r2=1.115)
pgsql/src/backend/utils/misc:
guc.c (r1.535 -> r1.536)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.535&r2=1.536)
postgresql.conf.sample (r1.273 -> r1.274)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample?r1=1.273&r2=1.274)
pgsql/src/include/utils:
guc.h (r1.111 -> r1.112)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/guc.h?r1=1.111&r2=1.112)
pgsql/src/test/regress/expected:
plpgsql.out (r1.83 -> r1.84)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/plpgsql.out?r1=1.83&r2=1.84)
pgsql/src/test/regress/sql:
plpgsql.sql (r1.70 -> r1.71)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/plpgsql.sql?r1=1.70&r2=1.71)
From | Date | Subject | |
---|---|---|---|
Next Message | David Fetter | 2010-01-26 18:20:26 | Re: [COMMITTERS] pgsql: Remove tabs in SGML. |
Previous Message | Tom Lane | 2010-01-26 16:18:12 | pgsql: Un-break initdb logic for commenting out IPv6 pg_hba.conf line. |