1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-11 05:41:32 +03:00
Tom Lane 653aa603f5 Provide an error cursor for "can't subscript" error messages.
Commit c7aba7c14 didn't add this, but after more fooling with the
feature I feel that it'd be useful.  To make this possible, refactor
getSubscriptingRoutines() so that the caller is responsible for
throwing any error.  (In clauses.c, I just chose to make the
most conservative assumption rather than throwing an error.  We don't
expect failures there anyway really, so the code space for an error
message would be a poor investment.)
2020-12-11 18:58:21 -05:00
..
2020-01-01 12:21:45 -05:00
2020-11-07 12:26:24 +01:00
2020-01-01 12:21:45 -05:00
2020-01-01 12:21:45 -05:00
2020-11-07 12:26:24 +01:00
2020-11-07 12:26:24 +01:00