Re: anonymous unions (C11)

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: anonymous unions (C11)
Date: 2026-01-19 21:10:25
Message-ID: 202601192106.zcdi3yu2gzti@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-Sep-23, Peter Eisentraut wrote:

> Here is another patch set to sprinkle some C11 features around the
> code. My aim is to make a little bit of use of several C11 features
> as examples and encouragement for future code, and to test compilers
> (although we're not yet at the point where this should really stress
> any compiler).

I was going over patch [1] today and came across the union in
relopt_value. Vaguely remembering this thread, I patched it out
(attached) ... and now that I come here to post it, I realize that it's
probably identical to your patch 0009 here.

Would you push it or can I?

[1] https://postgr.es/m/4047390.3Lj2Plt8kZ@thinkpad-pgpro

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/

Attachment Content-Type Size
0001-Make-some-use-of-anonymous-unions.patch text/x-diff 5.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zsolt Parragi 2026-01-19 21:15:33 Re: Patch: dumping tables data in multiple chunks in pg_dump
Previous Message Zsolt Parragi 2026-01-19 20:30:04 Re: Custom oauth validator options