Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file
Date
Msg-id 20220302010302.GA1182956@nathanxps13
Whole thread Raw
In response to Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
Here is a new version of the patch with the following changes:

    1. Addressed Chap's feedback from upthread.
    2. Renamed pg_start/stop_backup() to pg_backup_start/stop() as
       suggested by David.
    3. A couple of other small documentation adjustments.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Attachment

pgsql-hackers by date:

Previous
From: Noboru Saito
Date:
Subject: Re: Separate the result of \watch for each query execution (psql)
Next
From: Robert Haas
Date:
Subject: Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not?