mirror of
https://github.com/postgres/postgres.git
synced 2026-05-29 20:14:55 -04:00
2d7f136ff7
generic syntax error, when seeing "foo := something" and foo isn't recognized. This buys back most of the helpfulness discarded in my previous patch by not throwing errors when a qualified name appears to match a row variable but the last component doesn't match any field of the row. It covers other cases where our error messages left something to be desired, too.