citus
citus copied to clipboard
Distributed PostgreSQL as an extension
DESCRIPTION: PR description that will go into the change log, up to 78 characters
Citus 12.1.7/13.1.0 PG16/PG17 Repro: 1. Create a cluster 2. Run https://github.com/citusdata/citus/blob/b7bfe42f1a4d22db4b1ecc2636cdf83adf27c106/src/test/regress/sql/prepared_statements_create_load.sql 3. Add a new node using master_add_node Note that the command fails with an error when trying to process...
Can be reproduced at least since Citus >= 12.1.10. --- Setup steps, from the coordinator; ```sql DROP TABLE IF EXISTS referenced, referencing; CREATE TABLE referenced ( shard_key integer not null,...
Backporting #8235 to release-13.2 PG18 and PG latest minors ignore temporary relations in `RelidByRelfilenumber` (`RelidByRelfilenode` in PG15) Relevant PG commit: https://github.com/postgres/postgres/commit/86831952 Here we are keeping temp reloids instead of getting...
Backporting #8235 to release-12.1 PG18 and PG latest minors ignore temporary relations in `RelidByRelfilenumber` (`RelidByRelfilenode` in PG15) Relevant PG commit: https://github.com/postgres/postgres/commit/86831952 Here we are keeping temp reloids instead of getting...
I've detected the same issue as https://github.com/citusdata/citus/issues/8212, but for PG16(REL_16_STABLE rev b509d952c) with citus release-12.1(rev b509d952c). ``` make check-vanilla ............................... Program terminated with signal SIGSEGV, Segmentation fault. #0 __strlen_avx2 ()...
On PG18 commit d024160fffc behavior of StatisticsObjIsVisibleExt was changed, as a consequence the output for temp objects in propagate_statistics test was changed and test now is failed ``` CREATE STATISTICS...
citus version: ```sql SELECT citus_version(); ---Citus 13.2.0 on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit ``` PG version: 17.6 query: ```sql select (subq_0.c_1) (subq_0.c_2) as c_0 from ((select ref_0.c18...
citus version: ```sql SELECT citus_version(); ---Citus 13.2.0 on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit ``` PG version: 17.6 query: ```sql select * from (select (select c5 from t1...
Fixes https://github.com/citusdata/citus/issues/8304 for release-13.0