You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
libpq: Remove code for SCM credential authentication
Support for SCM credential authentication has been removed in thebackend in 9.1, and libpq has kept some code to handle it forcompatibility.Commitbe4585b, that did the cleanup of the backend code, has doneso because the code was not really portable originally. And, as thereare likely little chances that this is used these days, this removes theremaining code from libpq. An error will now be raised by libpq ifattempting to connect to a server that returns AUTH_REQ_SCM_CREDS,instead.References to SCM credential authentication are removed from theprotocol documentation. This removes some meson and configure checks.Author: Michael PaquierReviewed-by: Tom LaneDiscussion:https://postgr.es/m/ZBLH8a4otfqgd6Kn@paquier.xyz