From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix some comments related to library unloading |
Date: | 2024-12-23 06:02:56 |
Message-ID: | E1tPbWq-000tJ4-Fb@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/7f97b4734f937db6f8dab1bbf8bbaab349e6c9b1
Modified Files
--------------
contrib/auto_explain/auto_explain.c | 2 +-
contrib/passwordcheck/passwordcheck.c | 2 +-
contrib/pg_stat_statements/pg_stat_statements.c | 2 +-
contrib/sepgsql/hooks.c | 2 +-
src/backend/utils/fmgr/dfmgr.c | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2024-12-23 06:43:28 | pgsql: Fix incorrect source filename references |
Previous Message | Michael Paquier | 2024-12-23 03:49:15 | pgsql: Fix memory leak in pgoutput with publication list cache |