Re: moving basebackup code to its own directory

David Steele <david@pgmasters.net>

From: David Steele <david@pgmasters.net>
To: Robert Haas <robertmhaas@gmail.com>, Magnus Hagander <magnus@hagander.net>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-08-09T17:49:34Z
Lists: pgsql-hackers
On 8/9/22 13:32, Robert Haas wrote:
> 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.

This looks good to me.

Regards,
-David



Commits

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