1
0
mirror of synced 2025-12-23 21:03:15 -05:00

source-postgres: check() throws config error upon detecting transaction ID wraparound (#38836)

fixes airbytehq/airbyte-internal-issues#8008

This PR adds one more checkOperation for check(), which throws a config exception if Postgres has experienced one or more xmin wraparounds.
This commit is contained in:
Yue Li
2024-06-04 17:46:08 -07:00
committed by GitHub
parent 384f2dcc9d
commit 2791dd6565
3 changed files with 12 additions and 1 deletions

View File

@@ -311,6 +311,7 @@ According to Postgres [documentation](https://www.postgresql.org/docs/14/datatyp
| Version | Date | Pull Request | Subject |
|---------|------------|----------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 3.4.12 | 2024-06-04 | [38836](https://github.com/airbytehq/airbyte/pull/38836) | check() throws config error upon detecting transaction ID wraparound. |
| 3.4.11 | 2024-06-04 | [38848](https://github.com/airbytehq/airbyte/pull/38848) | Improve UI message and doc on xmin |
| 3.4.10 | 2024-05-29 | [38584](https://github.com/airbytehq/airbyte/pull/38584) | Set is_resumable flag in discover. |
| 3.4.9 | 2024-05-29 | [38775](https://github.com/airbytehq/airbyte/pull/38775) | Publish CDK |