Problem
data_diff/databases/postgresql.py:144,162 — Timezone overflow and years >9999 not handled.
Impact
Edge case failures when comparing extreme timestamp values.
Suggested Fix
Add boundary checks for timezone overflow and extended year ranges.
References
- File:
data_diff/databases/postgresql.py, lines 144, 162