mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 08:07:29 +08:00
The only reason this didn't work before was that parserOpenTable() rejects composite types. So use relation_openrv() directly and manually do the errposition() setup that parserOpenTable() does.