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 03:17:17 |
Message-ID: | 1818547.1743045437@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:
>> 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.
> I was thinking about passing `.name = NULL, .version = NULL` instead of
> `0`—do you have any reservations about this?
If we're going that way, I'd minimize it to just ".name = NULL".
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Sutou Kouhei | 2025-03-27 03:28:40 | Re: Make COPY format extendable: Extract COPY TO format implementations |
Previous Message | Tom Lane | 2025-03-27 03:15:03 | Re: support ALTER TABLE DROP EXPRESSION for virtual generated column |