postgresql/src/test/modules/ldap_password_func
Michael Paquier 15c1abd977 Remove _PG_fini()
ab02d702ef has removed from the backend the code able to support the
unloading of modules, because this has never worked.  This removes the
last references to _PG_fini(), that could be used as a callback for
modules to manipulate the stack when unloading a library.

The test module ldap_password_func had the idea to declare it, doing
nothing.  The function declaration in fmgr.h is gone.

It was left around in 2022 to avoid breaking extension code, but at this
stage there are also benefits in letting extension developers know that
keeping the unloading code is pointless and this move leads to less
maintenance.

Reviewed-by: Tom Lane, Heikki Linnakangas
Discussion: https://postgr.es/m/ZsQfi0AUJoMF6NSd@paquier.xyz
2024-08-21 07:24:03 +09:00
..
t Cleanup perl code from unused variables and routines 2024-07-02 09:47:16 +09:00
.gitignore Add .gitignore to ldap_password_func 2023-03-16 09:36:01 +09:00
ldap_password_func.c Remove _PG_fini() 2024-08-21 07:24:03 +09:00
Makefile Update copyright for 2024 2024-01-03 20:49:05 -05:00
meson.build Don't install ldap_password_func in meson 2023-11-08 11:27:28 +01:00