postgresql/contrib/hstore_plperl
Tom Lane 91e79260f6 Remove no-longer-required function declarations.
Remove a bunch of "extern Datum foo(PG_FUNCTION_ARGS);" declarations that
are no longer needed now that PG_FUNCTION_INFO_V1(foo) provides that.

Some of these were evidently missed in commit e7128e8dbb, but others
were cargo-culted in in code added since then.  Possibly that can be blamed
in part on the fact that we'd not fixed relevant documentation examples,
which I've now done.
2015-05-24 12:20:23 -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 Remove no-longer-required function declarations. 2015-05-24 12:20:23 -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