Setup cursor position for schema-qualified elements
Alvaro Herrera <alvherre@alvh.no-ip.org>
Setup cursor position for schema-qualified elements This makes any errors thrown while looking up such schemas report the position of the error. Author: Ryan Kelly Reviewed by: Jeevan Chalke, Tom Lane
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_func.c | modified | +7 −0 |
| src/backend/parser/parse_oper.c | modified | +18 −6 |
| src/backend/parser/parse_type.c | modified | +5 −0 |
| src/backend/parser/parse_utilcmd.c | modified | +9 −4 |
| src/test/regress/expected/create_table.out | modified | +4 −0 |