Re: List of all* PostgreSQL EXTENSIONs in the world - Mailing list pgsql-hackers

From Joe Conway
Subject Re: List of all* PostgreSQL EXTENSIONs in the world
Date
Msg-id 0e8cc430-f3df-d3fd-6fdf-d15a51683fd8@joeconway.com
Whole thread Raw
In response to Re: List of all* PostgreSQL EXTENSIONs in the world  (Aleksander Alekseev <aleksander@timescale.com>)
List pgsql-hackers
On 2/23/22 09:52, Aleksander Alekseev wrote:
>  > What about scanning for "PG_MODULE_MAGIC"?
> 
> An extension can be written without using C at all. BTW some extensions 
> [1] are written in Rust these days.

Sure, but scanning for PG_MODULE_MAGIC may well pick up repos that would 
otherwise have been missed. I didn't say that should be the only filter 
used ¯\_(ツ)_/¯

Joe

-- 
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development



pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: List of all* PostgreSQL EXTENSIONs in the world
Next
From: "Gunnar \"Nick\" Bluth"
Date:
Subject: PATCH: add "--config-file=" option to pg_rewind