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

ext/pgsql: Fix pipeline mode implementation #12731

Closed
wants to merge 0 commits into from

Conversation

degtyaryov
Copy link
Contributor

@degtyaryov degtyaryov commented Nov 20, 2023

Fix GH-9344: pgsql pipeline mode proposal.

Fix freeze pg_cancel_query. In pipeline mode it should be possible to receive part of the results.
Prevent freeze pg_get_result when not sent sync message in pipelining mode.
Fix freeze pg_close for connection in pipelining mode.
Fix freeze on rollback transactions for persistent connection in pipelining mode.
Fix freeze on shutdown.
Fix freeze pg_query/pg_query_params/pg_prepare/pg_execute

@degtyaryov degtyaryov requested a review from devnexen as a code owner November 20, 2023 09:47
@Girgias Girgias changed the title Php 8.3 ext/pgsql: Fix pipeline mode implementation Nov 20, 2023
@devnexen
Copy link
Member

We will have to postpone the pipeline feature for a later release finally, see 12735.

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