On Fri, Feb 11, 2022, at 04:46, Noah Misch wrote: > How did you make the list? (I'd imagine doing it by searching for > repositories containing evidence like \bpgxs\b matches.)
Searching Github for repos with a *.control file in the root dir and a Makefile containing ^PGXS Hmm, now that you say it, maybe the ^PGXS regex should be case-insensitive, if pgxs can be written in e.g. lower case? /Joel