mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Due to the differing APIs between versions, I forgot to deallocate the generated module in older LLVM versions, leading to a memory leak. Author: Andres Freund