Skip to content

feat: bump oriole to latest#2028

Draft
samrose wants to merge 3 commits intodevelopfrom
sam/oriole-latest
Draft

feat: bump oriole to latest#2028
samrose wants to merge 3 commits intodevelopfrom
sam/oriole-latest

Conversation

@samrose
Copy link
Collaborator

@samrose samrose commented Jan 30, 2026

bumping to latest using our git commit sha capability, to get the latest features and fixes available now.

orioledb_rewind_to_transaction | void | xid integer, oxid bigint
(8 rows)

-- Test diagnostic functions (these are read-only and safe)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't exactly accurate, orioledb_get_current_oxid allocates an oxid so it is similar to pg_current_xact_id.

ORDER BY
p.proname;

-- Test diagnostic functions (these are read-only and safe)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same concern regarding orioledb_get_current_oxid() as above.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we actually don't want a test here in regress at all for rewind. So will be changing this to TAP test soon

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.

2 participants