Skip to content

ext/pgsql: Fix pipeline mode implementation#12731

Closed
degtyaryov wants to merge 0 commit into
php:PHP-8.3from
degtyaryov:PHP-8.3
Closed

ext/pgsql: Fix pipeline mode implementation#12731
degtyaryov wants to merge 0 commit into
php:PHP-8.3from
degtyaryov:PHP-8.3

Conversation

@degtyaryov
Copy link
Copy Markdown
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
Copy Markdown
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