Re: Remove last traces of SCM credential auth from libpq?

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Remove last traces of SCM credential auth from libpq?
Date: 2023-03-17 00:30:32
Message-ID: ZBO0qNve9Tw8+RU/@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 16, 2023 at 08:10:12PM -0400, Tom Lane wrote:
> Maybe flush those special messages too? I'm not sure how long
> they've been obsolete, though.

KRB4 was switched in a159ad3 back in 2005, and KRB5 in 98de86e back in
2014 (deprecated in 8.3, so that's even older than creds). So yes,
that could be removed as well, I guess, falling back to the default
error message.

> Nah, I see no reason to wait. We already dropped the higher-level
> client support (psql/pg_dump) for these server versions in v15.

Okay. I'll clean up this part today, then.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Melanie Plageman 2023-03-17 00:35:21 Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode
Previous Message Nathan Bossart 2023-03-17 00:22:55 Re: suppressing useless wakeups in logical/worker.c