Re: Add notes to pg_combinebackup docs
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tomas Vondra <tomas.vondra@enterprisedb.com>, Martín Marqués <martin.marques@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-04-18T19:25:24Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
pg_combinebackup: Detect checksum mismatches and document limitation.
- 205db0114e03 17.0 landed
-
Remove spurious "the".
- fbed6ebe41be 17.0 landed
> On 18 Apr 2024, at 20:11, Robert Haas <robertmhaas@gmail.com> wrote: > 2. As (1), but make check_control_files() emit a warning message when > the problem case is detected. Being in the post-freeze part of the cycle, this seems like the best option. > 3. As (2), but also add a command-line option to pg_combinebackup to > flip the checksum flag to false in the control file. I don't think this is the way to go, such an option will be plastered on to helpful tutorials which users will copy/paste from even when they don't need the option at all, only to disable checksums when there was no reason for doing so. > We could perhaps consider doing (2) for now and (5) for a future > release, or something like that. +1 -- Daniel Gustafsson