Skip to content

fix: quiet expected postgres error recovery#28

Merged
f0rr0 merged 1 commit into
mainfrom
f0rr0/uuid-v4-pg17
May 8, 2026
Merged

fix: quiet expected postgres error recovery#28
f0rr0 merged 1 commit into
mainfrom
f0rr0/uuid-v4-pg17

Conversation

@f0rr0

@f0rr0 f0rr0 commented May 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • demote expected PostgreSQL ERROR unwind recovery from WARN to debug logging
  • add a regression covering PostgreSQL 17 gen_random_uuid() and recoverable uuidv4() SQLSTATE 42883 behavior
  • add a README callout that the packaged runtime is based on PostgreSQL 17.5 and points users to gen_random_uuid()

Verification

  • RUST_LOG=pglite_oxide::pglite::postgres_mod=warn cargo test pg17_uuidv4_alias_error_is_recoverable --test postgres_regression -- --nocapture
  • pre-push hooks: git diff --check, cargo fmt, asset input fingerprint, example lockfiles, cargo check

@f0rr0 f0rr0 force-pushed the f0rr0/uuid-v4-pg17 branch from 6a77c67 to e8fe86d Compare May 8, 2026 23:04
@f0rr0 f0rr0 force-pushed the f0rr0/uuid-v4-pg17 branch from e8fe86d to 8134981 Compare May 8, 2026 23:06
@f0rr0 f0rr0 merged commit 406eadb into main May 8, 2026
1 check passed
@f0rr0 f0rr0 deleted the f0rr0/uuid-v4-pg17 branch May 8, 2026 23:07
@github-actions github-actions Bot mentioned this pull request May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant