Re: moving basebackup code to its own directory

Robert Haas <robertmhaas@gmail.com>

From: Robert Haas <robertmhaas@gmail.com>
To: Magnus Hagander <magnus@hagander.net>
Cc: David Steele <david@pgmasters.net>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-08-09T17:32:49Z
Lists: pgsql-hackers

Attachments

On Tue, Aug 9, 2022 at 12:43 PM Magnus Hagander <magnus@hagander.net> wrote:
>> > So maybe src/backend/backup? Or is that too grandiose for the amount
>> > of stuff we have here?
>>
>> +1 for src/backend/backup. I'd also be happy to see the start/stop code
>> move here at some point.
>
> Yeah, sounds reasonable. There's never an optimal source code layout, but I agree this one is better than putting it under replication.

OK, here's a patch.

-- 
Robert Haas
EDB: http://www.enterprisedb.com

Commits

  1. Move basebackup code to new directory src/backend/backup