Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf/5659~1
Choose a base ref
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf/5659
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Mar 20, 2025

  1. Revert workarounds for -Wmissing-braces false positives on old GCC

    We have collected several instances of a workaround for GCC bug 53119,
    which caused false-positive compiler warnings.  This bug has long been
    fixed, but was still seen on the buildfarm, most recently on lapwing
    with gcc (Debian 4.7.2-5).  (The GCC bug tracker mentions that a fix
    was backported to 4.7.4 and 4.8.3.)
    
    That compiler no longer runs warning-free since commit 6fdd5d9, so
    we don't need to keep these workarounds.  And furthermore, the
    consensus appears to be that we don't want to keep supporting that era
    of platform anymore at all.
    
    This reverts the following commits:
    
    d937904
    506428d
    b449afb
    6392f2a
    bad0763
    5e0c761
    
    and makes a few similar fixes to newer code.
    
    Discussion: https://www.postgresql.org/message-id/flat/e170d61f-01ab-4cf9-ab68-91cd1fac62c5%40eisentraut.org
    Discussion: https://www.postgresql.org/message-id/flat/CA%2BTgmoYEAm-KKZibAP3hSqbTFTjUd47XtVcf3xSFDpyecXX9uQ%40mail.gmail.com
    petere committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    618c64f View commit details
    Browse the repository at this point in the history
Loading