Remove non-functional code for unloading loadable modules.
authorRobert Haas <[email protected]>
Wed, 11 May 2022 19:27:33 +0000 (15:27 -0400)
committerRobert Haas <[email protected]>
Wed, 11 May 2022 19:30:30 +0000 (15:30 -0400)
commitab02d702ef08343fba30d90fdf7df5950063e8c9
tree598702d234a64298236fc7ab028b256c18b766fa
parent78ccd6cca48dab098fcce62528c2b471f7a0010a
Remove non-functional code for unloading loadable modules.

The code for unloading a library has been commented-out for over 12
years, ever since commit 602a9ef5a7c60151e10293ae3c4bb3fbb0132d03, and we're
no closer to supporting it now than we were back then.

Nathan Bossart, reviewed by Michael Paquier and by me.

Discussion: http://postgr.es/m/[email protected]
13 files changed:
contrib/auto_explain/auto_explain.c
contrib/passwordcheck/passwordcheck.c
contrib/pg_stat_statements/pg_stat_statements.c
doc/src/sgml/xfunc.sgml
src/backend/postmaster/pgarch.c
src/backend/utils/fmgr/dfmgr.c
src/backend/utils/fmgr/fmgr.c
src/include/fmgr.h
src/pl/plpgsql/src/plpgsql.h
src/test/modules/delay_execution/delay_execution.c
src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c
src/test/modules/test_oat_hooks/test_oat_hooks.c
src/test/modules/test_rls_hooks/test_rls_hooks.c