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 <[email protected]> Reported-by: Andres Freund <[email protected]> Discussion: https://postgr.es/m/x4odfdlrwvsjawscnqsqjpofvauxslw7b4oyvxgt5owoyf4ysn@heafjusodrz7 Branch ------ REL_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/23b316c36ab4a0cc2522fd09cb964809aa313e0b Modified Files -------------- src/backend/commands/dbcommands.c | 1 + 1 file changed, 1 insertion(+)
