tada / pljava

PL/Java is a free add-on module that brings Java™ Stored Procedures, Triggers, Functions, Aggregates, Operators, Types, etc., to the PostgreSQL™ backend.
http://tada.github.io/pljava/
Other
238 stars 77 forks source link

Ensure shutdown timeout works on PG >= 9.3, non-Windows #439

Closed jcflack closed 1 year ago

jcflack commented 1 year ago

In #407, @sincatter noticed an omitted enable_timeout_after call that could prevent the expected forcible shutdown if the JVM is slow to exit, and prepared this patch as PR #409.