pgsql: Make some use of anonymous unions [plpython] - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make some use of anonymous unions [plpython]
Date
Msg-id E1v3XjV-000lYe-2U@gemulon.postgresql.org
Whole thread Raw
List 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.evan.chao@gmail.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(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Do a tiny bit of header file maintenance
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Revert "Make some use of anonymous unions [pgcrypto]"