citus/src
naisila ab71b7cfbb Use RelidByRelfilenumberWithTempTables instead of RelidByRelfilenumber
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.
2025-10-30 14:53:30 +03:00
..
backend Use RelidByRelfilenumberWithTempTables instead of RelidByRelfilenumber 2025-10-30 14:53:30 +03:00
include Use RelidByRelfilenumberWithTempTables instead of RelidByRelfilenumber 2025-10-30 14:53:30 +03:00
test Revert multi_insert_select_0.out addition (#8232) 2025-10-27 18:51:37 +00:00