forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita6bbfed
committed
Remove test for NULL node in ExecProcNode(). No place ever calls
ExecProcNode() with a NULL value, so the test couldn't do anythingfor us except maybe mask bugs. Removing it probably doesn't saveanything much either, but then again this is a hot-spot routine.1 parentad161bc commita6bbfed
1 file changed
+1
-7
lines changedLines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
274 |
| - | |
275 |
| - | |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 | 274 |
| |
281 | 275 |
| |
282 | 276 |
| |
|
0 commit comments
Comments
(0)