mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Previously, on most platforms, we allowed hstore_plpython's references
to hstore and plpython to be unresolved symbols at link time, trusting
the dynamic linker to resolve them when the module is loaded. This
has a number of problems, the worst being that the dynamic linker
does not know where the references come from and can do nothing but
fail if those other modules haven't been loaded. We've more or less
gotten away with that for the limited use-case of datatype transform
modules, but even there, it requires some awkward hacks, most recently
commit
|
||
|---|---|---|
| .. | ||
| expected | ||
| sql | ||
| .gitignore | ||
| hstore_plpython.c | ||
| hstore_plpython2u--1.0.sql | ||
| hstore_plpython2u.control | ||
| hstore_plpython3u--1.0.sql | ||
| hstore_plpython3u.control | ||
| hstore_plpythonu--1.0.sql | ||
| hstore_plpythonu.control | ||
| Makefile | ||