Re: Add Postgres module info - Mailing list pgsql-hackers

From Chapman Flack
Subject Re: Add Postgres module info
Date
Msg-id 676A2F0A.20904@acm.org
Whole thread Raw
In response to Re: Add Postgres module info  ("David E. Wheeler" <david@justatheory.com>)
List pgsql-hackers
On 12/23/24 17:26, David E. Wheeler wrote:
> On Dec 23, 2024, at 15:17, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> How would that work for extensions where the C code is intentionally
>> supporting multiple versions of the SQL objects?
>
> I guess some people do that, eh? In that case it wouldn’t.

A function pointer rather than a version constant?

Or a function pointer, to be used if the version constant is null?

Regards,
-Chap



pgsql-hackers by date:

Previous
From: Yurii Rashkovskii
Date:
Subject: Re: Add Postgres module info
Next
From: Merlin Moncure
Date:
Subject: Re: stored procedures vs pg_stat_statements