diff options
author | Michael Paquier <michael@paquier.xyz> | 2025-03-05 07:56:03 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2025-03-05 07:56:03 +0900 |
commit | 54d23601b978d2552696fb7fe35ae5d6102ea2cb (patch) | |
tree | beb94e61dd72eab7448a24128a6df149cd0eeba0 /src/backend/commands/explain.c | |
parent | b229c10164770769c3b5033785917ca7a43a2471 (diff) | |
download | postgresql-54d23601b978d2552696fb7fe35ae5d6102ea2cb.tar.gz postgresql-54d23601b978d2552696fb7fe35ae5d6102ea2cb.zip |
psql: Fix memory leak with \gx used within a pipeline
While inside a pipeline, \gx is currently forbidden and will make
exec_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.com
Diffstat (limited to 'src/backend/commands/explain.c')
0 files changed, 0 insertions, 0 deletions