pgsql: Remove workarounds against repeat typedefs

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove workarounds against repeat typedefs
Date: 2025-09-15 09:05:19
Message-ID: E1uy59D-000oCQ-0k@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove workarounds against repeat typedefs

This is allowed in C11, so we don't need the workarounds anymore.

Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/10d32190-f31b-40a5-b177-11db55597355(at)eisentraut(dot)org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1e3b5edb8eb236f16529ca8dae917996ad1f433e

Modified Files
--------------
src/include/nodes/pathnodes.h | 23 ++++-------------------
src/include/optimizer/optimizer.h | 13 +------------
2 files changed, 5 insertions(+), 31 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-09-15 10:15:14 pgsql: CREATE STATISTICS: improve misleading error message
Previous Message Amit Kapila 2025-09-15 08:55:31 pgsql: Resume conflict-relevant data retention automatically.