- Notifications
You must be signed in to change notification settings - Fork28
Commit414a9d3
committed
Fix memory leak when inserting tuple at relation creation for CTAS
The leak has been introduced by763f2ed which has addressed the problemfor transient tables, and forgot CREATE TABLE AS which shares a similarlogic when receiving a new tuple to store into the newly-createdrelation.Author: Jeff JanesDiscussion:https://postgr.es/m/CAMkU=1xZXtz3mziPEPD2Fubbas4G2RWkZm5HHABtfKVcbu1=Sg@mail.gmail.com1 parentff11e7f commit414a9d3
1 file changed
+3
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
587 | 587 |
| |
588 | 588 |
| |
589 | 589 |
| |
| 590 | + | |
| 591 | + | |
| 592 | + | |
590 | 593 |
| |
591 | 594 |
| |
592 | 595 |
| |
|
0 commit comments
Comments
(0)