mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 06:18:35 -04:00
b59ca98209
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.