- Notifications
You must be signed in to change notification settings - Fork28
Commitba61a04
committed
Avoid core dump for empty prepared statement in an aborted transaction.
Brown-paper-bag bug in commitab1f0c8: the old code here coped withnull CachedPlanSource.raw_parse_tree, the new code not so much.Per report from Dave Cramer.No regression test, because our core testing infrastructure doesn'tprovide any easy way to exercise this path. Fortunately, the JDBCcrew test it regularly.Discussion:https://postgr.es/m/CADK3HH+Ug3xCysKqw_dZOnaNnytZ1Rh5yP05hjO-e4NoyRxVvA@mail.gmail.com1 parentd479e37 commitba61a04
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1559 | 1559 |
| |
1560 | 1560 |
| |
1561 | 1561 |
| |
1562 |
| - | |
| 1562 | + | |
| 1563 | + | |
1563 | 1564 |
| |
1564 | 1565 |
| |
1565 | 1566 |
| |
|
0 commit comments
Comments
(0)