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

Replace MemoryContextResetAndDeleteChildren macro with MemoryContextReset for PG 17 compatibility #332

Merged
merged 1 commit into from
May 31, 2024

Commits on May 31, 2024

  1. Replace MemoryContextResetAndDeleteChildren macro with MemoryContextR…

    …eset
    
    MemoryContextResetAndDeleteChildren will be retired in the upcoming PG 17 [0].
    It has been equivalent to MemoryContextReset since PG 9.5 [1]. The reference to
    MemoryContextResetAndDeleteChildren is thus replaced by MemoryContextReset for
    compatibility purposes.
    
    [0] postgres/postgres@6a72c42
    
    [1] postgres/postgres@eaa5808
    esiaero committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a8df8a9 View commit details
    Browse the repository at this point in the history