mirror of https://github.com/citusdata/citus.git
PG18 and PG latest minors ignore temporary relations in RelidByRelfilenumber (RelidByRelfilenode in PG15) Relevant PG commit: https://github.com/postgres/postgres/commit/86831952 We write a new function, RelidByRelfilenumberWithTempTables, which does an extra check in case RelidByRelfilenumber returned InvalidOid (i.e. 0). This extra check is essentially a copy paste of previous RelidByRelfilenumber behavior in case of a temp table. |
||
|---|---|---|
| .. | ||
| backend | ||
| include | ||
| test | ||