Fix typmod exposed for scalar function in FROM, too.
Tom Lane <tgl@sss.pgh.pa.us>
Fix typmod exposed for scalar function in FROM, too. On further reflection about commit 4d02eb017, it occurs to me that expandRTE() had better agree with what addRangeTableEntryForFunction() is doing. So teach that about functions possibly having typmods, too.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_relation.c | modified | +2 −1 |