From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Yurii Rashkovskii <yrashk(at)omnigres(dot)com> |
Cc: | Andrei Lepikhov <lepihov(at)gmail(dot)com>, Euler Taveira <euler(at)eulerto(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Add Postgres module info |
Date: | 2025-03-27 02:45:22 |
Message-ID: | 1815171.1743043522@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Yurii Rashkovskii <yrashk(at)omnigres(dot)com> writes:
> This recent patch is great but causes a small problem. It mixes designated
> and non-designated initializers, specifically in `PG_MODULE_MAGIC_DATA(0)`.
Ugh. I felt a bit itchy about that, but my compiler wasn't
complaining...
Can you propose a specific change to clean it up? I wanted to write
just "PG_MODULE_MAGIC_DATA()", but I'm not sure that's valid C either.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Yurii Rashkovskii | 2025-03-27 02:53:43 | Re: Add Postgres module info |
Previous Message | Tom Lane | 2025-03-27 02:40:32 | Re: making EXPLAIN extensible |