Skip to content

Commit 3d4a15f

Browse files
committed
Update CHANGELOG for ERROR/FATAL behavior change
1 parent c25bf52 commit 3d4a15f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ done so far:
1111
- Add support for bulk_insert FDWs on PG14+ (https://github.com/pgsql-io/multicorn2/pull/45)
1212
- PG16: Fix compatibility issues w/ log_to_postgres and join query planning in PostgreSQL 16 (https://github.com/pgsql-io/multicorn2/pull/51)
1313
- Fix crashes in EXPLAIN with complex quals (https://github.com/pgsql-io/multicorn2/pull/54)
14+
- Support Python 3.11 (https://github.com/pgsql-io/multicorn2/pull/59)
15+
- Behavior change: When log_to_postgres with level ERROR or FATAL is invoked, a specialized Python exception will be thrown and the stack unwound, allowing `catch` and `finally` blocks, and other things like context handler exits, to be invoked in the FDW. (https://github.com/pgsql-io/multicorn2/pull/59)
1416

1517
to do:
1618
- confirm support for Python 3.11 & 3.12

0 commit comments

Comments
 (0)