summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorTom Lane2024-02-28 21:05:17 +0000
committerTom Lane2024-02-28 21:05:28 +0000
commit2a6b47cb50eb9b62b050de2cddd03a9ac267e61f (patch)
tree1333375a44271b4ea324de3432eae93d98615e54 /src/include/postgres.h
parent363eb059966d0be0a41c206cee40dfd21eb73251 (diff)
Improve plpgsql's error messages for incorrect %TYPE and %ROWTYPE.
If one of these constructs referenced a nonexistent object, we'd fall through to feeding the whole construct to the core parser, which would reject it with a "syntax error" message. That's pretty unhelpful and misleading. There's no good reason for plpgsql_parse_wordtype and friends not to throw a useful error for incorrect input, so make them do that instead of returning NULL. Discussion: https://postgr.es/m/1964516.1708977740@sss.pgh.pa.us
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions