- Notifications
You must be signed in to change notification settings - Fork5
Commit332fdbe
committed
postgres_fdw: Promote an Assert() to elog().
Andreas Seltenreich reports that it is possible for a PlaceHolderVarto creep into this tlist, and I fear that even after that's fixed wemight have other, similar bugs in this area either now or in thefuture. There's a lot of action-at-a-distance here, because thevalidity of this assertion depends on core planner behavior; so, let'suse elog() to make sure we catch this even in non-assert builds,rather than just crashing.1 parent783cb6e commit332fdbe
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1112 | 1112 |
| |
1113 | 1113 |
| |
1114 | 1114 |
| |
| 1115 | + | |
1115 | 1116 |
| |
1116 |
| - | |
| 1117 | + | |
| 1118 | + | |
1117 | 1119 |
| |
1118 | 1120 |
| |
1119 | 1121 |
| |
|
0 commit comments
Comments
(0)