pgsql: Fix some comments related to library unloading - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix some comments related to library unloading
Date
Msg-id E1tPbWq-000tJ4-Fb@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix memory leak in pgoutput with publication list cache
Next
From: David Rowley
Date:
Subject: pgsql: Fix incorrect source filename references