Commit cf1da4d
committed
pgwire: keep query-terminated wording for dropped dependency in FETCH
The FETCH path rendered `PeekResponseUnary::DependencyDropped` via
`to_concurrent_dependency_drop()`, changing the message from "query could
not complete because relation ... was dropped" to "relation '...' was
dropped". Restore `query_terminated_error()` so the message and SQLSTATE
are unchanged; this rendering is out of scope for the evaluation-error
SQLSTATE work and broke `test_subscribe_on_dropped_source`.1 parent 37da14b commit cf1da4d
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2414 | 2414 | | |
2415 | 2415 | | |
2416 | 2416 | | |
2417 | | - | |
2418 | | - | |
2419 | | - | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
2420 | 2421 | | |
2421 | 2422 | | |
2422 | 2423 | | |
| |||
0 commit comments