* fix(postgresql.org): install contrib extensions
in the homebrew formula, postgres does `make install-world`, not just
`make install`, which installs extensions under the `contrib/` source dir.
in my case, i need the pg_trgm (trigram index) extension
* fix(postgresql.org): disable sgml doc generation
as popular as i'm sure they are, seems better if the package builds
* fix(postgresql.org): disable incompatible pointer type warnings
causes the contrib extensions to fail with this version of clang on
linux
* +postgresql.org
* fix runtime deps
* add flex and perl to linux
* fix tests; not a great test
* add libxml and libxslt as runtime deps
* fix postgres test for linux
* rerun ci
* fix linux test sudo user
* add persistency and user to linux test
* variabilize sudo cmd
* Update package.yml
* Update package.yml
* Update package.yml
* Update package.yml
* stupid initdb; if i want to run as root, you just shut up.
* cleanup
* Update package.yml
* Update package.yml
* Update package.yml
* Update package.yml
* Update package.yml
* surrender
---------
Co-authored-by: Jacob Heider <jacob@tea.xyz>