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

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Revert workarounds for -Wmissing-braces false positives on old GCC
Date: 2025-03-07 09:01:18
Message-ID: e170d61f-01ab-4cf9-ab68-91cd1fac62c5@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Since lapwing no longer runs with -Werror, and might be gone completely
soon, we no longer need the various workarounds gathered over time to
avoid compiler warnings there. The attached patch reverts various
patches and makes similar adjustments to some newer code.

Attachment Content-Type Size
0001-Revert-workarounds-for-Wmissing-braces-false-positiv.patch text/plain 9.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2025-03-07 09:04:10 RE: Selectively invalidate caches in pgoutput module
Previous Message Bertrand Drouvot 2025-03-07 08:33:04 Re: per backend WAL statistics