[pgjdbc/pgjdbc] 504bb3: fix: add release save point into execute with batc...
Yuriy Yudin <[email protected]> Wed, 30 Oct 2019 02:46:34 -0700
| Newsgroups | gmane.comp.db.postgresql.jdbc |
|---|---|
| Message-ID | <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 504bb316b91fdbc6506a2e9870453fb75fbbb083
https://github.com/pgjdbc/pgjdbc/commit/504bb316b91fdbc6506a2e9870453fb75fbbb083
Author: Yuriy Yudin <[email protected]>
Date: 2019-10-30 (Wed, 30 Oct 2019)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java
Log Message:
-----------
fix: add release save point into execute with batch (#1583)
release auto save points in batch processing in order to avoid out of
shared memory error
fix for the issue https://github.com/pgjdbc/pgjdbc/issues/1582