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

Add memsize callbacks and improve callback definition #393

Merged
merged 7 commits into from
Jul 29, 2021

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    4023df5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Merge branch 'gc-compaction-followup' of https://github.com/fatkodima…

    …/ruby-pg into fatkodima-gc-compaction-followup
    larskanis committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    b8ad156 View commit details
    Browse the repository at this point in the history
  2. Remove explicit marking of VALUE in pg_coder struct

    This restores GC marking as before previous commit.
    As discussed in ged#377 (review)
    larskanis committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    0480bb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc0f1e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60eab8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a923284 View commit details
    Browse the repository at this point in the history
  6. Cast data pointers instead of function pointers

    Casting function pointers is more dangerous than casting data pointers, since it disables type verification of all function arguments and the return value.
    larskanis committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    f59d11a View commit details
    Browse the repository at this point in the history