Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in WALReplayer::replayRelTableRecord #1636

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Fix typo in WALReplayer::replayRelTableRecord #1636

merged 1 commit into from
Jun 6, 2023

Commits on Jun 5, 2023

  1. Fix typo in WALReplayer::replayRelTableRecord

    This won't lead to a bug because when we set
    WalRecord.relTableRecord to some value, then
    WalRecord.nodeTableRecord will also return the
    same value since they both store "int" at the same
    address due to union datatype.
    gaurav8297 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    b7eed75 View commit details
    Browse the repository at this point in the history