forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6e481eb
committed
Improve error message when an FDW doesn't support WHERE CURRENT OF.
If an FDW fails to take special measures with a CurrentOfExpr, we willend up trying to execute it as an ordinary qual, which was being treatedas a purely internal failure condition. Provide a more user-orientederror message for such cases.1 parent3353583 commit6e481eb
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4257 | 4257 |
| |
4258 | 4258 |
| |
4259 | 4259 |
| |
4260 |
| - | |
4261 |
| - | |
4262 |
| - | |
| 4260 | + | |
| 4261 | + | |
| 4262 | + | |
| 4263 | + | |
| 4264 | + | |
4263 | 4265 |
| |
4264 | 4266 |
| |
4265 | 4267 |
| |
4266 | 4268 |
| |
4267 | 4269 |
| |
4268 | 4270 |
| |
4269 |
| - | |
| 4271 | + | |
| 4272 | + | |
| 4273 | + | |
4270 | 4274 |
| |
4271 | 4275 |
| |
4272 | 4276 |
| |
|
0 commit comments
Comments
(0)