- Notifications
You must be signed in to change notification settings - Fork5k
Commit4b72779
committed
fastpath neglected to pass a valid isNull flag to the function being
called. We hadn't noticed this because C-coded functions mostly don'tpay attention to isNull anyway ... but plpgsql functions sure do ...This is fixed in another way for 7.1, but 7.0.1 needs this patch.1 parent67f6b33 commit4b72779
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
| 366 | + | |
366 | 367 |
| |
367 | 368 |
| |
368 | 369 |
| |
|
0 commit comments
Comments
(0)