diff options
| author | Robert Haas | 2022-05-11 19:27:33 +0000 |
|---|---|---|
| committer | Robert Haas | 2022-05-11 19:30:30 +0000 |
| commit | ab02d702ef08343fba30d90fdf7df5950063e8c9 (patch) | |
| tree | 598702d234a64298236fc7ab028b256c18b766fa /src/pl | |
| parent | 78ccd6cca48dab098fcce62528c2b471f7a0010a (diff) | |
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/Ynsc9bRL1caUSBSE@paquier.xyz
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plpgsql/src/plpgsql.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pl/plpgsql/src/plpgsql.h b/src/pl/plpgsql/src/plpgsql.h index 6444347ce9..4e6ee1c619 100644 --- a/src/pl/plpgsql/src/plpgsql.h +++ b/src/pl/plpgsql/src/plpgsql.h @@ -1100,8 +1100,6 @@ typedef struct PLpgSQL_execstate * variable "PLpgSQL_plugin" and set it to point to a PLpgSQL_plugin struct. * Typically the struct could just be static data in the plugin library. * We expect that a plugin would do this at library load time (_PG_init()). - * It must also be careful to set the rendezvous variable back to NULL - * if it is unloaded (_PG_fini()). * * This structure is basically a collection of function pointers --- at * various interesting points in pl_exec.c, we call these functions |
