imranzaheer612 · GitHub

Commits on Aug 21, 2026

  1. Move system identifier generation to a common helper

    The code used to generate a new system identifier is duplicated in
    multiple locations, including BootStrapXLOG(), pg_createsubscriber and
    pg_resetwal.
    Move the implementation to a common GenerateSystemIdentifier() helper
    and update existing callers to use it. This allows both backend and
    frontend code to share a single implementation of the system identifier
    generation algorithm.

    authored and Commitfest Bot committed

    Aug 21, 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 ↗