Fix some comments related to library unloading
commit7f97b4734f937db6f8dab1bbf8bbaab349e6c9b1
authorMichael Paquier <michael@paquier.xyz>
Mon, 23 Dec 2024 05:46:49 +0000 (23 14:46 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 23 Dec 2024 05:46:49 +0000 (23 14:46 +0900)
tree3827f44eae03b923f80f297e3d5c5efa442fbc45
parent578a7fe7b6f8484f6d7caa2fda288abb3fe87aa0
Fix some comments related to library unloading

Library unloading has never been supported with its code removed in
ab02d702ef08, and there were some comments still mentioning that it was
a possible operation.

ChangAo has noticed the incorrect references in dfmgr.c, while I have
noticed the other ones while scanning the rest of the tree for similar
mistakes.

Author: ChangAo Chen, Michael Paquier
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/tencent_1D09840A1632D406A610C8C4E2491D74DB0A@qq.com
contrib/auto_explain/auto_explain.c
contrib/passwordcheck/passwordcheck.c
contrib/pg_stat_statements/pg_stat_statements.c
contrib/sepgsql/hooks.c
src/backend/utils/fmgr/dfmgr.c