mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 00:08:31 -05: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.