postgresql/contrib/ltree_plpython
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 Add transforms feature 2015-04-26 10:33:14 -04:00
sql Add transforms feature 2015-04-26 10:33:14 -04:00
.gitignore Add transforms feature 2015-04-26 10:33:14 -04:00
Makefile Use += not = to set makefile variables after including base makefiles. 2015-05-17 20:04:42 -04:00
ltree_plpython.c Remove no-longer-required function declarations. 2015-05-24 12:20:23 -04:00
ltree_plpython2u--1.0.sql Add transforms feature 2015-04-26 10:33:14 -04:00
ltree_plpython2u.control Add transforms feature 2015-04-26 10:33:14 -04:00
ltree_plpython3u--1.0.sql Add transforms feature 2015-04-26 10:33:14 -04:00
ltree_plpython3u.control Add transforms feature 2015-04-26 10:33:14 -04:00
ltree_plpythonu--1.0.sql Add transforms feature 2015-04-26 10:33:14 -04:00
ltree_plpythonu.control Add transforms feature 2015-04-26 10:33:14 -04:00