Re: pg_basebackup: Always return valid temporary slot names
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Jelte Fennema <me@jeltef.nl>, Nishant Sharma <nishant.sharma@enterprisedb.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Jim Jones <jim.jones@uni-muenster.de>
Date: 2023-09-07T04:28:46Z
Lists: pgsql-hackers
On Thu, Sep 07, 2023 at 01:23:33PM +0900, Michael Paquier wrote: > PQbackendPID() returns a signed value, likely coming from the fact > that it was thought to be OK back in the days where PIDs were always > defined with less bits. The fix is OK taken in isolation, so I am > going to apply it in a few minutes as I'm just passing by.. Actually, correcting myself, pid_max cannot be higher than 2^22 on 64b machines even these days (per man 5 proc). -- Michael
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
pg_basebackup: Generate valid temporary slot names under PQbackendPID()
- dbd1a06c97f5 11.22 landed
- 2fe968ce9347 12.17 landed
- 6cdd7b805e2b 13.13 landed
- 9de74ca706f6 14.10 landed
- 574bff7bd23c 15.5 landed
- 1057958436c5 16.0 landed
- e1c6db630929 17.0 landed