postgresql/contrib/hstore_plperl
Peter Eisentraut 0779f2ba2d Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM
The plain C string language name needs to be wrapped in makeString() so
that the parse tree is copyable.  This is detectable by
-DCOPY_PARSE_PLAN_TREES.  Add a test case for the COMMENT case.

Also make the quoting in the error messages more consistent.

discovered by Tom Lane
2015-05-18 22:55:14 -04:00
..
expected Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM 2015-05-18 22:55:14 -04:00
sql Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM 2015-05-18 22:55:14 -04:00
.gitignore Add transforms feature 2015-04-26 10:33:14 -04:00
Makefile Enable transforms modules to build and run with Mingw builds. 2015-05-03 09:10:47 -04:00
hstore_plperl--1.0.sql Add transforms feature 2015-04-26 10:33:14 -04:00
hstore_plperl.c Add transforms feature 2015-04-26 10:33:14 -04:00
hstore_plperl.control Add transforms feature 2015-04-26 10:33:14 -04:00
hstore_plperlu--1.0.sql Add transforms feature 2015-04-26 10:33:14 -04:00
hstore_plperlu.control Add transforms feature 2015-04-26 10:33:14 -04:00