Remove last traces of SCM credential auth from libpq?

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remove last traces of SCM credential auth from libpq?
Date: 2023-03-16 07:40:33
Message-ID: ZBLH8a4otfqgd6Kn@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

libpq has kept some code related to the support of authentication with
SCM credentials for some time now, code dead in the backend since
9.1. Wouldn't it be time to let it go and remove this code entirely,
erroring in libpq if attempting to connect to a server that supports
that?

Hard to say if this is actually working these days.

Opinions or thoughts?
--
Michael

Attachment Content-Type Size
libpq-remove-scm-auth.patch text/x-diff 7.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2023-03-16 07:47:59 Re: Combine pg_walinspect till_end_of_wal functions with others
Previous Message Masahiko Sawada 2023-03-16 07:38:07 Re: logical decoding and replication of sequences, take 2