pgsql: Remove PQsendQuery support in pipeline mode

2022-09-23 Thread Alvaro Herrera
Remove PQsendQuery support in pipeline mode The extended query protocol implementation I added in commit acb7e4eb6b1c has bugs when used in pipeline mode. Rather than spend more time trying to fix it, remove that code and make the function rely on simple query protocol only, meaning it can no lon

pgsql: Remove PQsendQuery support in pipeline mode

2022-09-23 Thread Alvaro Herrera
Remove PQsendQuery support in pipeline mode The extended query protocol implementation I added in commit acb7e4eb6b1c has bugs when used in pipeline mode. Rather than spend more time trying to fix it, remove that code and make the function rely on simple query protocol only, meaning it can no lon