Johannes Faigle

Results 6 comments of Johannes Faigle

@mfussenegger If I understand you correctly the idea for the nightly build `latest-nightly` is to still rely on the system java (over the bundled `jdk`) at least for macOS? Is...

Hi, ad 1. Make sure to enable `chruby` for the root user (see [README](https://github.com/postmodern/chruby#configuration)) or [system-wide](https://github.com/postmodern/chruby#system-wide) for all users. ad 2. Please read the wiki page for [usage with sudo](https://github.com/postmodern/chruby/wiki/Sudo)....

Once support for roles is added I think adding support for [`SET ROLE`](https://www.postgresql.org/docs/current/sql-set-role.html) in a follow-up task would be helpful (e.g. Flyway expects it, I believe other tools also)

> Can you share the table schema? > How many records are in the table? 980M records, 114GB size primary shards Partitioned quarterly with 6 shards per partitions table has...

Another sample query produced by [TypeORM](https://typeorm.io/) with correlated sub-query: ``` SELECT columns.*, pg_catalog.col_description( ( '"' || table_catalog || '"."' || table_schema || '"."' || table_name || '"' ) :: regclass...

I created a new PR https://github.com/celery/celery/pull/9079 which include tests and fixes the mypy error