From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Ian Lawrence Barwick <barwick(at)gmail(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: First draft of the PG 15 release notes |
Date: | 2022-05-12 02:01:35 |
Message-ID: | Ynxqf4PxtbP7UtLH@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, May 12, 2022 at 10:37:56AM +0900, Ian Lawrence Barwick wrote:
> >> Remove exclusive backup mode (David Steele, Nathan Bossart)
> >>
> >> If the database server stops abruptly while in this mode, the server could fail to start.
> >> The non-exclusive backup mode requires a continuous database connection during the backup.
>
> It'd be useful to mention exclusive backup mode has been deprecated since 9.6,
> lest the impression arise that an important-sounding feature has been torn out
> suddenly. Also not sure why we need to mention that non-exclusive backup
Well, the documentation was clear about it being deprecated, so I don't
see a need to mention it in the release notes.
> requires a continuous database connection, AFAIR that was also the case with
> exclusive backups.
Uh, you could do pg_backup_start, disconnect, then pg_backup_stop, no?
I thought the non-exclusive mode required a continuous connection
because it aborts if you disconnect.
> The patch also removed 4 and added 2 new functions, a change which anyone
> maintaining backup utilities would need to be aware of.
>
> Patch attached with suggested changes.
Oh, good points, I had not noticed those renames and removals. URL
updated with new text.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
Indecision is a decision. Inaction is an action. Mark Batterson
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2022-05-12 02:17:47 | Re: First draft of the PG 15 release notes (sorting) |
Previous Message | Thomas Munro | 2022-05-12 01:59:36 | Re: First draft of the PG 15 release notes (sorting) |