Skip to content

Conversation

@Raveenrathnaraj
Copy link

  • Changed table and view processing from parallel .map() with for-await pattern to sequential for...of with direct await to prevent race conditions when modifying shared counters and objects
  • Added null check for constraint_definition to prevent crash when pg_get_constraintdef() returns null for certain constraint types

pr_description_final.md

- Changed table and view processing from parallel .map() with for-await
  pattern to sequential for...of with direct await to prevent race
  conditions when modifying shared counters and objects
- Added null check for constraint_definition to prevent crash when
  pg_get_constraintdef() returns null for certain constraint types
@Raveenrathnaraj Raveenrathnaraj changed the title Fix race conditions in pg introspection serializer fix(pg): Fix race conditions in pg introspection serializer Jan 7, 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