Re: Dead code in ps_status.c
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-03-11T05:13:54Z
Lists: pgsql-hackers
Hi,
On 2023-03-11 16:59:46 +1300, Thomas Munro wrote:
> On Fri, Feb 17, 2023 at 3:38 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > Thomas Munro <thomas.munro@gmail.com> writes:
> > > On Thu, Feb 16, 2023 at 6:34 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > > My GCC compile farm account seems to have expired, or something, so I
> > > couldn't check on wrasse's host (though whether wrasse is "live" is
> > > debatable: Solaris 11.3 has reached EOL, it's just that the CPU is too
> > > old to be upgraded, so it's not testing a real OS that anyone would
> > > actually run PostgreSQL on). ...
>
> > My account still works, and what I see on wrasse's host is
>
> Just in case it helps someone else who finds themselves locked out of
> that, I noticed that I can still connect from my machine with OpenSSH
> 8.8p1, but not from another dev box which was upgraded to OpenSSH
> 9.2p1. For reasons I didn't look into, the latter doesn't like
> exchanging 1s and 0s with "Sun_SSH_2.4" (something Oracle has
> apparently now abandoned in favour of stock OpenSSH, but that machine
> is stuck in time).
It's the key types supported by the old ssh. I have the following in my
~/.ssh/config to work around that:
Host gcc210.fsffrance.org
PubkeyAcceptedKeyTypes +ssh-rsa
KexAlgorithms +diffie-hellman-group1-sha1
Host gcc211.fsffrance.org
PubkeyAcceptedKeyTypes +ssh-rsa
Greetings,
Andres Freund
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
- 29a3e22f3568 14.21 landed
- 3995e4a9d8c6 15.16 landed
- 32b236644d33 19 (unreleased) landed
- bcfca332f100 18.2 landed
- d66a922f9247 17.8 landed
- a1407daded69 16.12 landed
-
Remove obsolete platforms from ps_status.c.
- d2ea2d310dfd 16.0 landed