forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4e46c97
committed
Fix NULL pointer dereference in tuplesort.c.
Oversight in commite94568e. This could cause a crash when an externaldatum tuplesort of a pass-by-value type required multiple passes.Per report from Mithun Cy.Peter GeogheganDiscussion:https://postgr.es/m/CAD__OujuhfWFULGFSt1fyHqUb8N-XafjJhudwt88V0Qs2o84qg@mail.gmail.com1 parentfcf7086 commit4e46c97
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2800 | 2800 |
| |
2801 | 2801 |
| |
2802 | 2802 |
| |
2803 |
| - | |
| 2803 | + | |
| 2804 | + | |
2804 | 2805 |
| |
2805 | 2806 |
| |
2806 | 2807 |
| |
|
0 commit comments
Comments
(0)