mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
(SELECT FROM table*). Cause was reference to 'eref' field of an RTE, which is null in an RTE loaded from a stored rule parsetree. There wasn't any good reason to be touching the refname anyway...