From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Make some use of anonymous unions [plpython] |
Date: | 2025-09-30 10:37:22 |
Message-ID: | E1v3XjV-000lYe-2U@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Make some use of anonymous unions [plpython]
Make some use of anonymous unions, which are allowed as of C11, as
examples and encouragement for future code, and to test compilers.
This commit changes some structures in plpython.
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/f00a9968-388e-4f8c-b5ef-5102e962d997%40eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/8b7f27fef3e225e0b34f0d9f1a9f20770b72d01c
Modified Files
--------------
src/pl/plpython/plpy_exec.c | 2 +-
src/pl/plpython/plpy_typeio.c | 134 +++++++++++++++++++++---------------------
src/pl/plpython/plpy_typeio.h | 4 +-
3 files changed, 70 insertions(+), 70 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2025-09-30 11:13:30 | pgsql: Revert "Make some use of anonymous unions [pgcrypto]" |
Previous Message | Álvaro Herrera | 2025-09-30 10:29:15 | pgsql: Do a tiny bit of header file maintenance |