citus/src/include/columnar
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.h Keep temp reloid for columnar cases (#8309) 2025-11-06 23:15:52 +03:00
columnar_compression.h Columnar: cleanup (#4814) 2021-03-15 11:34:39 -07:00
columnar_customscan.h Columnar: clean up old references to cstore. 2021-01-22 11:08:36 -08:00
columnar_metadata.h Keep temp reloid for columnar cases (#8309) 2025-11-06 23:15:52 +03:00
columnar_storage.h Split columnar stripe reservation into two phases (#5188) 2021-09-02 11:49:14 +03:00
columnar_tableam.h Sort includes (#7326) 2023-11-23 18:19:54 +01:00
columnar_version_compat.h Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n) (#8240) 2025-11-03 21:39:11 +03:00