Remaining reference to _PG_fini() in ldap_password_func

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remaining reference to _PG_fini() in ldap_password_func
Date: 2024-08-20 04:46:03
Message-ID: ZsQfi0AUJoMF6NSd@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

While hacking on a different thing, I've noticed that
ldap_password_func had the idea to define _PG_fini(). This is
pointless, as library unloading is not supported in the backend, and
something that has been cleaned up from the tree in ab02d702ef08.
That's not something to encourage, perhaps, as well..

How about removing it like in the attached to be consistent?

Thanks,
--
Michael

Attachment Content-Type Size
ldap-module-pgfini.patch text/x-diff 626 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amul Sul 2024-08-20 04:53:58 Re: CI cpluspluscheck failures
Previous Message Amit Kapila 2024-08-20 04:36:35 Re: Conflict detection and logging in logical replication