Cleanup explain_memoize function after test
Kirill Reshke <reshkekirill@gmail.com>
From: Kirill Reshke <reshkekirill@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-04-22T06:49:32Z
Lists: pgsql-hackers
Attachments
- v1-0001-Cleanup-explain_memoize-after-resgression-test.patch (application/octet-stream) patch v1-0001
Hi! I was doing some hacking today, when I noticed that the memoize regression test does not clean up the explain_memoize function after its end. I checked other regression tests and they tend to do it. So, I am not sure if there is a rule about `you should drop all objects that you create in regression test`, but if there is such a rule, PFA. -- Best regards, Kirill Reshke