citus/src
Colm McHugh 48148dae9c PG18: Fix missing Planning Fast Path Query DEBUG messages
With PG18's GROUP RTE, queries that should have been eligible for
fast path planning were skipped because the fast path planner allows
exactly one range table only. This fix extends that to account for a
GROUP RTE.
2025-11-04 11:15:00 +00:00
..
backend PG18: Fix missing Planning Fast Path Query DEBUG messages 2025-11-04 11:15:00 +00:00
include Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n) (#8240) 2025-11-04 11:15:00 +00:00
test PG18: Print names in order in tables are not colocated error detail. (#8319) 2025-11-04 11:15:00 +00:00