Re: Remove last traces of SCM credential auth from libpq?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Jonathan S. Katz" <jkatz@postgresql.org>
Cc: Michael Paquier <michael@paquier.xyz>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-03-16T17:50:09Z
Lists: pgsql-hackers
"Jonathan S. Katz" <jkatz@postgresql.org> writes: > It looks like in the po files there are a bunch of "SCM_CRED > authentication method not supported" messages that can also be removed. Those will go away in the normal course of translation maintenance, there's no need to remove them by hand. (Generally speaking, there is no need to ever touch the .po files except when new versions get imported from the translation repo.) regards, tom lane
Commits
-
libpq: Remove code for SCM credential authentication
- 98ae2c84a49e 16.0 landed