mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04: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.