1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix some comments related to library unloading

Library unloading has never been supported with its code removed in
ab02d702ef, 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
This commit is contained in:
Michael Paquier
2024-12-23 14:46:49 +09:00
parent 578a7fe7b6
commit 7f97b4734f
5 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@
PG_MODULE_MAGIC;
/* Saved hook value in case of unload */
/* Saved hook value */
static check_password_hook_type prev_check_password_hook = NULL;
/* passwords shorter than this will be rejected */