Joel Jakobsson
Joel Jakobsson
The installation instructions in CONTRIBUTING.md doesn't say anything about needing to install citus as the user that is running the PostgreSQL server, normally the "postgres" user on e.g. Ubuntu. It...
When resetting the password, it is suggested to run this command to add a line to .pgpass: echo 'cloud.zenith.tech:USERNAME:PASSWORD' > ~/.pgpass Problems: 1. The command would overwrite the .pgpass file,...
Hi, Thanks for creating pg_hint_plan. Some tests are failing. I've attached the regression.diffs below. $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release:...
Hi, Thanks for making pg-bignum. I have problems installing, make installs fails with: /usr/bin/install: will not overwrite just-created '/usr/share/postgresql/13/extension/bignum--0.8.0.sql' with './/sql/bignum--0.8.0.sql' make: *** [/usr/lib/postgresql/13/lib/pgxs/src/makefiles/pgxs.mk:233: install] Error 1 Here is the...
Build fails on Ubuntu 20.04.2 LTS running Ubuntu 13.2-1.pgdg20.04+1: polygon.c: In function ‘spherepoly_in’: polygon.c:827:3: error: ISO C90 forbids variable length array ‘arr’ [-Werror=vla] 827 | SPoint arr[nelem]; | ^~~~~~ polygon.c:...
### Idea Allow configuration of `cargo-bundle` directly within the top-level `Cargo.toml` of virtual workspaces[^1]. By recognizing and bundling all member crates based on a virtual workspace's top-level configuration, we can...
From https://webassembly.org/docs/semantics/ "br: branch to a given label in an enclosing construct" The br-family instructions in WebAssembly are very different from assemblies like LLVM IR where you can jump to...
Trying to build using rustc 1.16.0-nightly (47c8d9fdc 2017-01-08), but it fails: error[E0432]: unresolved import `syntax::parse::token::intern` --> /Users/joel/src/postgres-extension.rs/macros/src/lib.rs:11:5 | 11 | use syntax::parse::token::intern; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `intern` in `parse::token` error[E0432]: unresolved...
…ol instead of old syntax::parse::token::intern.
holidays=# select * from holidays.denmark(2020,2021) where reference = 'Palm Sunday'; datestamp | reference | description | authority | day_off | observation_shifted | start_time | end_time ------------+-------------+-------------+-----------+---------+---------------------+------------+---------- 2020-03-29 | Palm Sunday...