postgres
postgres copied to clipboard
Random assortment of Andres' postgres dev stuff
Fixes #58.
I am not sure if that is correct way to test the extensions? Also, I tried a couple more extensions but it seems they don't support PG 15 yet. Do...
This PR has 3 commits: * ci: use arm CPUS for macOS When CPU type is changed to ARM, kerberos test is failed because [kerberos's test file](https://github.com/anarazel/postgres/blob/meson/src/test/kerberos/t/001_auth.pl#L37) tries to run...
Fixes: #14
## Tasks for meson use in postgres: - [ ] Missing Features - [x] #38 libedit support (easy-medium) - [x] generate pkg-config files (easy-medium) - [ ] fully implement "native...
We now generate postgresql-extension.pc and postgresql-extension-warnings-uninstalled.pc, containing the correct flags to build an extension fairly easily, without otherwise using postgres' build infrastructure. I manually tested this on linux and windows,...
- [ ] #66 - [ ] #64 - [ ] #65 - [ ] Add how to interpret regression test results section