- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit08a9e7a
committed
Fix breakage in AlterFunction().
An ALTER FUNCTION command that tried to update both the function'sproparallel property and its proconfig list failed to do the former,because it stored the new proparallel value into a tuple that wasno longer the interesting one. Carelessness in7aea8e4.(I did not bother with a regression test, because the only likelyfuture breakage would be for someone to ignore the comment I addedand add some other field update after the heap_modify_tuple step.A test using existing function properties could not catch that.)Per report from Bryn Llewellyn. Back-patch to all supported branches.Discussion:https://postgr.es/m/8AC9A37F-99BD-446F-A2F7-B89AD0022774@yugabyte.com1 parent7a8d821 commit08a9e7a
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1489 | 1489 |
| |
1490 | 1490 |
| |
1491 | 1491 |
| |
| 1492 | + | |
| 1493 | + | |
1492 | 1494 |
| |
1493 | 1495 |
| |
1494 | 1496 |
| |
| |||
1523 | 1525 |
| |
1524 | 1526 |
| |
1525 | 1527 |
| |
1526 |
| - | |
1527 |
| - | |
| 1528 | + | |
1528 | 1529 |
| |
1529 | 1530 |
| |
1530 | 1531 |
| |
|
0 commit comments
Comments
(0)