pgsql: Fix handling of previous password hooks in passwordcheck

Started by Michael Paquieralmost 7 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

Fix handling of previous password hooks in passwordcheck

When piling up loading of modules using check_password_hook_type,
loading passwordcheck would remove any trace of a previously-loaded
hook. Unloading the module would also cause previous hooks to be
entirely gone.

Reported-by: Rafael Castro
Author: Michael Paquier
Reviewed-by: Daniel Gustafsson
Discussion: /messages/by-id/15932-78f48f9ef166778c@postgresql.org
Backpatch-through: 9.4

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/eea28a3cb36951ee439288d8e400621ec301484f

Modified Files
--------------
contrib/passwordcheck/passwordcheck.c | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)