Commit e30ee9f
authored
Further improve diagnostics for signatures with no SQL form (pgcentralfoundation#2215)
While we use `do_not_recommend` on the various implementations of
`FunctionMetadata`, it still appears as "this bound was not fulfilled".
Provide a further hint about why.1 parent 25285e4 commit e30ee9f
2 files changed
Lines changed: 7 additions & 2 deletions
File tree
- pgrx-sql-entity-graph/src/metadata
- pgrx-tests/tests/compile-fail
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments