]> git.ipfire.org Git - thirdparty/postgresql.git/commit
dbase_redo: Fix Valgrind-reported memory leak
authorÁlvaro Herrera <alvherre@kurilemu.de>
Sat, 11 Oct 2025 14:39:22 +0000 (16:39 +0200)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Sat, 11 Oct 2025 14:39:22 +0000 (16:39 +0200)
commit33e7b4a7c7da6db40c57a224a7cf9b2ebac28861
treeccdd538e9fadc29bdd5d3808e07fe1db26a2308a
parent61de81a496dcd50187e8de765f4c3ed0267764ef
dbase_redo: Fix Valgrind-reported memory leak

Introduced by my (Álvaro's) commit 9e4f914b5eba, which was itself
backpatched to pg10, though only pg15 and up contain the problem
because of commit 9c08aea6a309.

This isn't a particularly significant leak, but given the fix is
trivial, we might as well backpatch to all branches where it applies, so
do that.

Author: Nathan Bossart <nathandbossart@gmail.com>
Reported-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/x4odfdlrwvsjawscnqsqjpofvauxslw7b4oyvxgt5owoyf4ysn@heafjusodrz7
src/backend/commands/dbcommands.c