dwsteele · GitHub

Commits on Aug 22, 2026

  1. Add pg_control flag to prevent recovery without backup_label.

    Harden recovery by adding a flag to pg_control to indicate that backup_label is
    required. This prevents the user from deleting backup_label resulting in an
    inconsistent recovery.
    Another advantage is that the copy of pg_control used by pg_basebackup is
    guaranteed not to be torn.
    This functionality is limited to pg_basebackup (or any software comfortable
    with modifying pg_control).
    Control and catalog version bumps are required.

    authored and Commitfest Bot committed

    Aug 22, 2026
    Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Read the original on github.com ↗