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

GH-12940 ext/pdo_pgsql: using PQclosePrepared to free statement resou… #13316

Closed
wants to merge 1 commit into from

Conversation

devnexen
Copy link
Member

@devnexen devnexen commented Feb 3, 2024

…rces.

PQclosePrepared allows the statement's name to be reused thus allowing cache solutions to work properly ; whereas, for now, the DEALLOCATE <statement> query is used frees entirely the statement's resources.

…sources.

PQclosePrepared allows the statement's name to be reused thus allowing
cache solutions to work properly ; whereas, for now, the `DEALLOCATE
<statement>` query is used which free entirely the statement's resources.
@devnexen devnexen force-pushed the pdo_pgsql_pqcloseprepared branch from 70e152d to 89ea64d Compare September 24, 2024 07:56
@devnexen devnexen marked this pull request as ready for review September 24, 2024 07:59
@devnexen
Copy link
Member Author

Also asking @SakiTakamachi as release manager if we include this in 8.4 or not for a feature only available on postgresql 17 (not yet released).

@SakiTakamachi
Copy link
Member

@devnexen

This was opened a long time ago, so it's okay to merge.

@devnexen devnexen closed this in f35ad56 Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants