Tobias Bussmann
Tobias Bussmann
now that PostgreSQL 10 is approaching, I'd like to get back to this topic. In the recent cycle patches landed upstream which support icu as an alternative collation provider (thus...
adding to that, `_postgres` ~~was~~ is a default systemuser provided by Apple ~~in earlier versions of OS X. I just checked OS X 10.9 where it is still provided. Apple...
> Thoughts? What to do if you have multiple versions running? In general, the client binaries of newer versions are compatible to access older servers without any problem. So using...
I would really appreciate if PostgresApp would continue its history of being a easy deployable platform to play with and test the new and advanced features of PostgreSQL. Usually I...
Hi Jakob, I just updated my sources and did a pretty simple test on macOS 10.13.6 using llvm 7 from homebrew. That went out straight forward, I just had to...
thanks. With the LLVM mentioned above I can build the PostgresApp makefile (nice work, thus!) as easily by just adding the configure option.
> Short update: I've managed to build PG 11 with JIT support. It makes the package quite a lot bigger (more than 100MB) hm - in my builds the postgres...
> in addition to that there is `llvmjit.so`, which is around 107MB in size. I don't know why it is so big, maybe it include debug symbols or something, I...
Sure, you can! The general recipe is to get the extension's source, it's dependencies, make sure you have [set the path correctly](https://postgresapp.com/documentation/install.html), so that PostgresApp's `pg_config` is reachable and run...
fascinating finding! My initial test results with PostgresApp 2.3beta3 on 10.13.6 are: - I cannot reproduce the issue with PostgresApp's version of PostgreSQL 10 - I can however reproduce it...