Re: Add recovery to pg_control and remove backup_label
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Michael Paquier <michael@paquier.xyz>
Cc: "David G. Johnston" <david.g.johnston@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2023-11-06T14:48:56Z
Lists: pgsql-hackers
On 11/6/23 01:05, Michael Paquier wrote: > On Fri, Oct 27, 2023 at 10:10:42AM -0400, David Steele wrote: >> We are still planning to address this issue in the back branches. > > FWIW, redesigning the backend code in charge of doing base backups in > the back branches is out of scope. Based on a read of the proposed > patch, it includes catalog changes which would require a catversion > bump, so that's not going to work anyway. I did not mean this patch -- rather some variation of what Thomas has been working on, more than likely. Regards, -David
Commits
-
Doc: improve documentation for jsonpath behavior.
- 7014c9a4bba2 17.0 cited
-
Extend sendFileWithContent() to handle custom content length in basebackup.c
- 7606175991f8 17.0 landed