forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit54d2360
committed
psql: Fix memory leak with \gx used within a pipeline
While inside a pipeline, \gx is currently forbidden and will makeexec_command_g() exit early. There was a memory leak in this code path,so let's fix it.Author: Anthonin Bonnefoy <anthonin.bonnefoy@datadoghq.com>Discussion:https://postgr.es/m/CAO6_XqqFVQjLjZQiL7xdwLpzZEy1ghO_JWvCFPM_OmwF9s7XdA@mail.gmail.com1 parentb229c10 commit54d2360
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1739 | 1739 |
| |
1740 | 1740 |
| |
1741 | 1741 |
| |
| 1742 | + | |
1742 | 1743 |
| |
1743 | 1744 |
| |
1744 | 1745 |
| |
|
0 commit comments
Comments
(0)