mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:53:52 -04:00
86437ddf8c
This is fallout from join pushdown; get_relid_attribute_name can't handle an attribute number of 0, indicating a whole-row reference, and shouldn't be called in that case. Etsuro Fujita, reviewed by Ashutosh Bapat