pgsql: Put comments on the installable procedural languages. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Put comments on the installable procedural languages.
Date
Msg-id E1QdVi8-00032Y-Ca@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Put comments on the installable procedural languages.

Per suggestion from Josh Kupershmidt.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/80d772233760f48119e46d454eae08f58ff1a7f1

Modified Files
--------------
src/pl/plperl/plperl--1.0.sql       |    2 ++
src/pl/plperl/plperlu--1.0.sql      |    2 ++
src/pl/plpgsql/src/plpgsql--1.0.sql |    2 ++
src/pl/plpython/plpython2u--1.0.sql |    2 ++
src/pl/plpython/plpython3u--1.0.sql |    2 ++
src/pl/plpython/plpythonu--1.0.sql  |    2 ++
src/pl/tcl/pltcl--1.0.sql           |    2 ++
src/pl/tcl/pltclu--1.0.sql          |    2 ++
8 files changed, 16 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix bugs in relpersistence handling during table creation.
Next
From: Tom Lane
Date:
Subject: pgsql: Put comments on the installable procedural languages.