Moving over from #107: rum seems to incompatible with PostgreSQL compiled with --enable-dtrace: ``` :34:01 --- /<<PKGBUILDDIR>>/expected/security.out 2022-05-25 20:37:42.000000000 +0000 11:34:01 +++ /<<PKGBUILDDIR>>/results/security.out 2022-05-26 09:33:43.914888725 +0000 11:34:01 @@ -1,5 +1,5 @@ 11:34:01 -- Check security CVE-2020-14350 11:34:01 CREATE FUNCTION rum_anyarray_similar(anyarray,anyarray) RETURNS bool AS $$ SELECT false $$ LANGUAGE SQL; 11:34:01 CREATE EXTENSION rum; 11:34:01 -ERROR: function "rum_anyarray_similar" already exists with same argument types 11:34:01 +ERROR: could not load library "/<<PKGBUILDDIR>>/debian/postgresql-14-rum/usr/lib/postgresql/14/lib/rum.so": /<<PKGBUILDDIR>>/debian/postgresql-14-rum/usr/lib/postgresql/14/lib/rum.so: undefined symbol: postgresql_sort__done_semaphore ```