aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varlena.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-08-21 07:24:03 +0900
committerMichael Paquier <michael@paquier.xyz>2024-08-21 07:24:03 +0900
commit15c1abd97710d74672e55d53148a0606baa91d18 (patch)
treed42d84be70370cc9817ae8989e2071f1910dcea6 /src/backend/utils/adt/varlena.c
parent678a8358d18d4079ced9f3655fead13df914cfbb (diff)
downloadpostgresql-15c1abd97710d74672e55d53148a0606baa91d18.tar.gz
postgresql-15c1abd97710d74672e55d53148a0606baa91d18.zip
Remove _PG_fini()
ab02d702ef08 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
Diffstat (limited to 'src/backend/utils/adt/varlena.c')
0 files changed, 0 insertions, 0 deletions