citus/src/backend
manaldush daa69bec8f
Keep temp reloid for columnar cases (#8309)
Fixes https://github.com/citusdata/citus/issues/8235

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 it with
RelidByRelfilenumber, for example, in some cases, we can directly get
reloid from relations, in other cases we keep it in some structures.

Note: there is still an outstanding issue with columnar temp tables in
concurrent sessions, that will be fixed in PR
https://github.com/citusdata/citus/pull/8252
2025-11-06 23:15:52 +03:00
..
columnar Keep temp reloid for columnar cases (#8309) 2025-11-06 23:15:52 +03:00
distributed PG18: fix query results diff in merge regress test. (#8323) 2025-11-06 12:31:43 +00:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00