citus/src/include
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 regress test failures in subquery_in_targetlist. 2025-10-30 11:49:28 +00:00
.gitignore Self-implemented review feedback 2017-04-03 22:55:12 -06:00
citus_config.h.in Bump Citus into 13.1devel 2025-03-13 15:13:56 +03:00
citus_version.h.in HAVE_LZ4 -> HAVE_CITUS_LZ4 (#5541) 2021-12-16 16:21:52 +03:00
pg_version_compat.h Bump PG versions to 17.6, 16.10, 15.14 (#8142) 2025-08-25 15:34:13 +03:00
pg_version_constants.h Add PG 18Beta1 compatibility (Build + RuleUtils) (#7981) 2025-07-16 15:30:41 +03:00