- Notifications
You must be signed in to change notification settings - Fork5
Commitacf242d
committed
Plug hole in dike: planner would coredump if query_planner
returned NULL, which it will do in some cases where an elog(ERROR) wouldprobably be more appropriate. For the moment, generate a not-very-informative error message rather than proceeding to certain coredump.Probably ought to think about making query_planner elog instead ofreturning NULL, but this is at least a safe change for now.1 parent1918a1d commitacf242d
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
226 | 230 |
| |
227 | 231 |
| |
228 | 232 |
| |
|
0 commit comments
Comments
(0)