Missing llvm_leave_fatal_on_oom() call - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Missing llvm_leave_fatal_on_oom() call
Date
Msg-id 54b78cca-bc84-dad8-4a7e-5b56f764fab5@iki.fi
Whole thread Raw
Responses Re: Missing llvm_leave_fatal_on_oom() call
List pgsql-hackers
llvm_release_context() calls llvm_enter_fatal_on_oom(), but it never 
calls llvm_leave_fatal_on_oom(). Isn't that a clear leak?

(spotted this while investigating 
https://www.postgresql.org/message-id/a53cacb0-8835-57d6-31e4-4c5ef196de1a@deepbluecap.com, 
but it seems unrelated)

- Heikki
Attachment

pgsql-hackers by date:

Previous
From: Önder Kalacı
Date:
Subject: Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher
Next
From: Heikki Linnakangas
Date:
Subject: Re: refactoring relation extension and BufferAlloc(), faster COPY